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

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

    Parameters

    sz
    scaleX
    scaleY
    See Also