CADability dotNET
Gets the outline of this simple shape. Do not modify the border because this shape might become invalid. To obtain a good performance the outline of this simple shape is returned, not a clone.

Namespace: CADability.Shapes
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Border Outline { get; }
Visual Basic
Public ReadOnly Property Outline As Border
	Get
Visual C++
public:
property Border^ Outline {
	Border^ get ();
}

See Also