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

In This Topic
    Scale(Size2F,Single,Single) 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 Size2F, _
       ByVal scaleX As System.Single, _
       ByVal scaleY As System.Single _
    ) As Size2F
    public static Size2F Scale( 
       Size2F sz,
       System.float scaleX,
       System.float scaleY
    )

    Parameters

    sz
    scaleX
    scaleY
    See Also