ImageGear .NET - Updated
Pattern Property (ImGearVectorLinetype)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorLinetype Class : Pattern Property
Gets line type pattern.
Syntax
'Declaration
 
Public ReadOnly Property Pattern As Integer
'Usage
 
Dim instance As ImGearVectorLinetype
Dim value As Integer
 
value = instance.Pattern
public int Pattern {get;}
public: __property int get_Pattern();
public:
property int Pattern {
   int get();
}

Property Value

Any integer number.
Remarks
The pattern is a 32-bit mask. A line segment is drawn if the corresponding bit is 1. The bit mask 0xFFFFFFFF corresponds to a solid line.
See Also

Reference

ImGearVectorLinetype Class
ImGearVectorLinetype Members