ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : AttribFlags Property |
'Declaration Public ReadOnly Property AttribFlags As Integer
'Usage Dim instance As ImGearVectorEntity Dim value As Integer value = instance.AttribFlags
public int AttribFlags {get;}
public: __property int get_AttribFlags();
Or
combination of ImGearVectAttrib enumeration values or 0.An entity may have different optional attributes such as draw color, fill color, line type, fill type, offset, rotation, scale and position. These attributes do not exist until they are created.
Note: OFFSET, ROTATION, SCALE and POSITON flags are deprecated and should not be used. Use Move, Rotate, Scale, GetMatrix and SetMatrix methods to manipulate the corresponding attributes.