ImageGear .NET v24.12 - Updated
PointCount Property (ImGearVectorEntityGeometry)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityGeometry Class : PointCount Property
Gets the point count in the entity.
Syntax
'Declaration
 
Public ReadOnly Property PointCount As Integer
'Usage
 
Dim instance As ImGearVectorEntityGeometry
Dim value As Integer
 
value = instance.PointCount
public int PointCount {get;}
public: __property int get_PointCount();
public:
property int PointCount {
   int get();
}

Property Value

Any non-negative value.
Remarks
Point count is initially set by Init method.
See Also

Reference

ImGearVectorEntityGeometry Class
ImGearVectorEntityGeometry Members