Computes a reflection of the circle.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Circle ReflectIn(
	Point point
)
Visual Basic (Declaration)
Public Function ReflectIn ( _
	point As Point _
) As Circle
Visual C++
public:
Circle^ ReflectIn(
	Point^ point
)

Parameters

point
Type: ceometric.VectorGeometry..::.Point
A point the circle is reflected in.

Return Value

Returns the mirror circle of a reflection of the circle in point.

See Also