ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Scale Method / Scale(Single,Single) Method

In This Topic
    Scale(Single,Single) Method
    In This Topic
    Creates a scale transformation matrix.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Scale( _
       ByVal xScale As System.Single, _
       ByVal yScale As System.Single _
    ) As Matrix3x2
    public static Matrix3x2 Scale( 
       System.float xScale,
       System.float yScale
    )

    Parameters

    xScale
    yScale
    See Also