ImageGear .NET v24.12 - Updated
ContourCount Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityPolylineEx Class : ContourCount Property
Gets a total count of the contours in the extended polyline.
Syntax
'Declaration
 
Public ReadOnly Property ContourCount As Integer
'Usage
 
Dim instance As ImGearVectorEntityPolylineEx
Dim value As Integer
 
value = instance.ContourCount
public int ContourCount {get;}
public: __property int get_ContourCount();
public:
property int ContourCount {
   int get();
}

Property Value

Non-negative integer value.
See Also

Reference

ImGearVectorEntityPolylineEx Class
ImGearVectorEntityPolylineEx Members