[Missing <summary> documentation for "P:ClipperLib.PolyNode.Contour"]
Namespace:
ClipperLib
Assembly:
Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<IntPoint> Contour { get; }
Public ReadOnly Property Contour As List(Of IntPoint)
Get
public:
property List<IntPoint>^ Contour {
List<IntPoint>^ get ();
}
member Contour : List<IntPoint> with get
Property Value
Type:
ListIntPointSee Also