ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / ReflectAt Method / ReflectAt(Coordinate,Coordinate,TransformOrder) Method
A Coordinate object indicate the start point of the line.
A Coordinate object indicate the end point of the line.
A TransformOrder enumeration that specifies the order (append or prepend) in which the reflection is applied to this Matrix object.

In This Topic
    ReflectAt(Coordinate,Coordinate,TransformOrder) Method
    In This Topic
    Applies the reflecting by speical line to this Matrix object.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ReflectAt( _
       ByVal startPoint As Coordinate, _
       ByVal endPoint As Coordinate, _
       ByVal order As TransformOrder _
    ) 

    Parameters

    startPoint
    A Coordinate object indicate the start point of the line.
    endPoint
    A Coordinate object indicate the end point of the line.
    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