ComponentOne Bitmap for WPF
C1.WPF.DX.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 Single, _
       ByVal yScale As Single _
    ) 
    public static void ScaleRef( 
       out Matrix3x2 result,
       float xScale,
       float yScale
    )

    Parameters

    result
    xScale
    yScale
    See Also