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

In This Topic
    ScaleRef(Matrix3x2,Single,Single) Method
    In This Topic
    Creates a scale transformation matrix.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub ScaleRef( _
       ByRef result As Matrix3x2, _
       ByVal xScale As System.Single, _
       ByVal yScale As System.Single _
    ) 
    public static void ScaleRef( 
       out Matrix3x2 result,
       System.float xScale,
       System.float yScale
    )

    Parameters

    result
    xScale
    yScale
    See Also