[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.TransformMatrix.ReflectAt

ReflectAt Method

ReflectAt(Coordinate, Coordinate)

Applies the reflecting by speical line to this Matrix object.

Declaration
public void ReflectAt(Coordinate startPoint, Coordinate endPoint)
Public Sub ReflectAt(startPoint As Coordinate, endPoint As Coordinate)
Parameters
Type Name Description
Coordinate startPoint

A Coordinate object indicate the start point of the line.

Coordinate endPoint

A Coordinate object indicate the end point of the line.

ReflectAt(Coordinate, Coordinate, TransformOrder)

Applies the reflecting by speical line to this Matrix object.

Declaration
public void ReflectAt(Coordinate startPoint, Coordinate endPoint, TransformOrder order)
Public Sub ReflectAt(startPoint As Coordinate, endPoint As Coordinate, order As TransformOrder)
Parameters
Type Name Description
Coordinate startPoint

A Coordinate object indicate the start point of the line.

Coordinate endPoint

A Coordinate object indicate the end point of the line.

TransformOrder order

A TransformOrder enumeration that specifies the order (append or prepend) in which the reflection is applied to this Matrix object.