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

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

    Parameters

    result
    scale
    center
    See Also