ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Size2D Structure / Scale Method / Scale(Double,Double) Method

In This Topic
    Scale(Double,Double) Method
    In This Topic
    Scales the width and height by the specified scaleX and scaleY.
    Syntax
    'Declaration
     
    Public Overloads Sub Scale( _
       ByVal scaleX As System.Double, _
       ByVal scaleY As System.Double _
    ) 
    public void Scale( 
       System.double scaleX,
       System.double scaleY
    )

    Parameters

    scaleX
    scaleY
    See Also