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

In This Topic
    Scale(Size2F) Method
    In This Topic
    Creates a scale transformation matrix.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Scale( _
       ByVal size As Size2F _
    ) As Matrix3x2
    public static Matrix3x2 Scale( 
       Size2F size
    )

    Parameters

    size
    See Also