[]
Applies the reflecting by speical line to this Matrix object.
public void ReflectAt(Coordinate startPoint, Coordinate endPoint)
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. |
Applies the reflecting by speical line to this Matrix object.
public void ReflectAt(Coordinate startPoint, Coordinate endPoint, TransformOrder order)
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. |