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

In This Topic
    Scale(Size2F,Single) Method
    In This Topic
    Scales the width and height by the specified scaleFactor.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Scale( _
       ByVal sz As Size2F, _
       ByVal scaleFactor As Single _
    ) As Size2F
    public static Size2F Scale( 
       Size2F sz,
       float scaleFactor
    )

    Parameters

    sz
    scaleFactor
    See Also