[]
        
(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)
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)
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.