Ring

Base Type: Path
 

A class that contains a ring, which is a connected, continuous sequence of segments or points where the first and last points are the same.

 

Remarks

 
All properties are inherited from Path.
 

A Ring is a type of surface patch that defines a two dimensional area and can be used to construct a polygon, defined by a collection of points forming a closed Path, such that the From and To points have the same coordinates. The front side is established by orienting its vertices clockwise.
 

Examples

C#