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