ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearVectorEntityGeometry Class |
The following tables list the members exposed by ImGearVectorEntityGeometry.
Name | Description | |
---|---|---|
ColorAlign | Gets the byte offset between consecutive colors in the color array. | |
GeometryType | Gets the type of geometry contained by the geometry entity. | |
PointCount | Gets the point count in the entity. | |
UseColors | Gets a value indicating whether local colors are used when drawing the geometry. | |
UseNormals | Gets a value indicating whether normals are used when drawing the geometry. |
Name | Description | |
---|---|---|
GetColors | Returns the geometry colors on the specified range. | |
GetNormals | Returns the geometry normals on the specified range. | |
GetPoints | Returns the geometry points on the specified range. | |
Init | Initializes the geometry with the geometry type, point count, color alignment and flags of using colors and normals. | |
SetColors | Sets the geometry colors on the specified range. | |
SetNormals | Sets the geometry normals on the specified range. | |
SetPoints | Sets the geometry points on the specified range. |