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




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityBeziercurve Class : PointCount Property
Gets a number of control points in the Bezier curve.
Syntax
'Declaration
 
Public ReadOnly Property PointCount As Integer
'Usage
 
Dim instance As ImGearVectorEntityBeziercurve
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 integer value.
See Also

Reference

ImGearVectorEntityBeziercurve Class
ImGearVectorEntityBeziercurve Members