Inverts the direction of the normal vector of the arc.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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.