ImageGear .NET v24.12 - Updated
LineCount Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorHatch Class : LineCount Property
Gets a total line count in the hatch.
Syntax
'Declaration
 
Public ReadOnly Property LineCount As Integer
'Usage
 
Dim instance As ImGearVectorHatch
Dim value As Integer
 
value = instance.LineCount
public int LineCount {get;}
public: __property int get_LineCount();
public:
property int LineCount {
   int get();
}

Property Value

Non-negative integer number.
See Also

Reference

ImGearVectorHatch Class
ImGearVectorHatch Members