ComponentOne MultiSelect 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also