Inverts the direction of the normal vector of the arc.

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

Syntax

C#
public void Invert()
Visual Basic (Declaration)
Public Sub Invert
Visual C++
public:
void Invert()

Remarks

Inverting the normal vector also inverts the sector defined by the arc. This is, arc and arc.Invert() form a full circle.

See Also