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




In This Topic
    ColorAlign Property
    In This Topic
    Gets the byte offset between consecutive colors in the color array.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColorAlign As Integer
    'Usage
     
    Dim instance As ImGearVectorEntityGeometry
    Dim value As Integer
     
    value = instance.ColorAlign
    public int ColorAlign {get;}
    public: __property int get_ColorAlign();
    public:
    property int ColorAlign {
       int get();
    }

    Property Value

    Usually 3 or 4 (rgb, rgba).
    Remarks
    It makes sense only if UseColors property is true. Color alignment is initially set by Init method.
    See Also