Calendar for WinForms | ComponentOne
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / BackslashReflect Method / BackslashReflect(TransformOrder) Method
A TransformOrder enumeration that specifies the order (append or prepend) in which the reflection is applied to this Matrix object.

In This Topic
    BackslashReflect(TransformOrder) Method
    In This Topic
    Applies the backslash reflecting to this Matrix object.
    Syntax
    'Declaration
     
    
    Public Overloads Sub BackslashReflect( _
       ByVal order As TransformOrder _
    ) 
    public void BackslashReflect( 
       TransformOrder order
    )

    Parameters

    order
    A TransformOrder enumeration that specifies the order (append or prepend) in which the reflection is applied to this Matrix object.
    See Also