public Geometry ReflectAboutLine( Geometry geometry, LineSegment reflectionLine )
Public Function ReflectAboutLine( _ ByVal geometry As Geometry, _ ByVal reflectionLine As LineSegment _ ) As Geometry
Parameters
- geometry
- The input geometry.
- reflectionLine
- The reflection line.
Return Value
The reflected geometry.