ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / SlashReflect Method / SlashReflect(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
    SlashReflect(TransformOrder) Method
    In This Topic
    Applies the slash reflecting to this Matrix object.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SlashReflect( _
       ByVal order As TransformOrder _
    ) 
    public void SlashReflect( 
       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