Click or drag to resize

PolygonRings Property

A read-only list describing the rings of the polygon.

Namespace:  Cassandra.Geometry
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public IList<IList<Point>> Rings { get; }

Property Value

Type: IListIListPoint
See Also