ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityGeometry Class / SetColors Method
Buffer with the new colors.
The start position of the color to be set.
The end position of the color to be set.




In This Topic
    SetColors Method
    In This Topic
    Sets the geometry colors on the specified range.
    Syntax
    'Declaration
     
    Public Sub SetColors( _
       ByVal colors() As Byte, _
       ByVal start As Integer, _
       ByVal end As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearVectorEntityGeometry
    Dim colors() As Byte
    Dim start As Integer
    Dim end As Integer
     
    instance.SetColors(colors, start, end)
    public void SetColors( 
       byte[] colors,
       int start,
       int end
    )
    public: void SetColors( 
       byte[]* colors,
       int start,
       int end
    ) 
    public:
    void SetColors( 
       array<byte>^ colors,
       int start,
       int end
    ) 

    Parameters

    colors
    Buffer with the new colors.
    start
    The start position of the color to be set.
    end
    The end position of the color to be set.
    See Also