ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Divide Method
The matrix to scale.
The amount by which to scale.

In This Topic
    Divide Method (Matrix3x2)
    In This Topic
    Divides a matrix by the given value.
    Syntax
    'Declaration
     
    Public Shared Function Divide( _
       ByVal left As Matrix3x2, _
       ByVal right As Single _
    ) As Matrix3x2
    public static Matrix3x2 Divide( 
       Matrix3x2 left,
       float right
    )

    Parameters

    left
    The matrix to scale.
    right
    The amount by which to scale.

    Return Value

    The resulting matrix.
    See Also