ImageGear .NET v24.12 - Updated
UseColors Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityGeometry Class : UseColors Property
Gets a value indicating whether local colors are used when drawing the geometry.
Syntax
'Declaration
 
Public ReadOnly Property UseColors As Boolean
'Usage
 
Dim instance As ImGearVectorEntityGeometry
Dim value As Boolean
 
value = instance.UseColors
public bool UseColors {get;}
public: __property bool get_UseColors();
public:
property bool UseColors {
   bool get();
}

Property Value

Boolean value.
Remarks
If it is false then the color array is not used and the geometry is drawn with the current color. Initially this property is set by the useColors parameter in the Init method.
See Also

Reference

ImGearVectorEntityGeometry Class
ImGearVectorEntityGeometry Members