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