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