Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix5x4 Structure / Division Operator
The Matrix5x4 to scale.
The amount by which to scale.

In This Topic
    Division Operator (Matrix5x4)
    In This Topic
    Scales a Matrix5x4 by a given value.
    Syntax
    'Declaration
     
    Public Operator /( _
       ByRef left As Matrix5x4, _
       ByVal right As System.Single _
    ) As Matrix5x4
    public Matrix5x4 operator /( 
       ref Matrix5x4 left,
       System.float right
    )

    Parameters

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

    Return Value

    The scaled Matrix5x4.
    See Also