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 As Coordinate, _
ByVal As Coordinate, _
ByVal As TransformOrder _
)
public void ReflectAt(
Coordinate ,
Coordinate ,
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.
See Also