Computes a reflection of the ellipse.

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

Syntax

C#
public Ellipse ReflectIn(
	Line line
)
Visual Basic (Declaration)
Public Function ReflectIn ( _
	line As Line _
) As Ellipse
Visual C++
public:
Ellipse^ ReflectIn(
	Line^ line
)

Parameters

line
Type: ceometric.VectorGeometry..::.Line
A line the ellipse is reflected in.

Return Value

Returns the mirror ellipse of a reflection of ellipse in line.

See Also