ImageGear for .NET
ColorAlign Property




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

Reference

ImGearVectorEntityGeometry Class
ImGearVectorEntityGeometry Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback