ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityGeometry Class / UseColors Property




In This Topic
    UseColors Property
    In This Topic
    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