ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / ReflectAt Method / ReflectAt(Coordinate,Coordinate) Method
A Coordinate object indicate the start point of the line.
A Coordinate object indicate the end point of the line.

In This Topic
    ReflectAt(Coordinate,Coordinate) 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 _
    ) 
    public void ReflectAt( 
       Coordinate startPoint,
       Coordinate endPoint
    )

    Parameters

    startPoint
    A Coordinate object indicate the start point of the line.
    endPoint
    A Coordinate object indicate the end point of the line.
    See Also