Computes a reflection of the point.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Point ReflectIn( Line line ) |
Visual Basic (Declaration) |
---|
Public Function ReflectIn ( _ line As Line _ ) As Point |
Visual C++ |
---|
public: Point^ ReflectIn( Line^ line ) |
Parameters
- line
- Type: ceometric.VectorGeometry..::.Line
A line the point is reflected in.