ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Single, _
       ByVal scaleY As Single _
    ) As Size2F
    public static Size2F Scale( 
       Size2F sz,
       float scaleX,
       float scaleY
    )

    Parameters

    sz
    scaleX
    scaleY
    See Also