ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : GetDrawColor Method |
'Declaration Public Function GetDrawColor() As ImGearVectorColorEx
'Usage Dim instance As ImGearVectorEntity Dim value As ImGearVectorColorEx value = instance.GetDrawColor()
public ImGearVectorColorEx GetDrawColor()
public: ImGearVectorColorEx GetDrawColor();
public: ImGearVectorColorEx GetDrawColor();
m_flags
field of the returned extended color object is -3, the actual color is defined by the entity layer. In case of -2 it is obtained from the block. Otherwise, the actual m_color
value is used.