The following tables list the members exposed by ImGearVectorEntity.
Name | Description | |
---|---|---|
AttribFlags | Gets flags indicating which optional attributes are present for the entity. | |
Deleted | Gets or sets a value indicating whether the entity is marked as deleted. | |
Id | Gets or sets an identifier of the entity. | |
Layer | Gets or sets the layer the entity belongs to. | |
Selected | Gets or sets a value indicating whether the entity is selected. | |
Type | Gets a type of the entity. |
Name | Description | |
---|---|---|
CopyTo | Copies one entity to another. | |
GetDrawColor | Returns the draw color of the entity. | |
GetFillColor | Returns the fill color of the entity. | |
GetFilltypeIndex | Returns the fill type index of the entity. | |
GetLineThickness | Returns the line thickness used when drawing the entity. | |
GetLinetypeIndex | Returns the line type index of the entity. | |
GetMatrix | Returns a transformation matrix of the entity. | |
GetMinMax | Calculates a bounding box which completely includes the entity. | |
Move | Moves the entity according to the specified vector. | |
RemoveAttrib | Removes and destroys an attribute. | |
Rotate | Rotates the entity about to the specified vector on the specified angle. | |
Scale | Scales the entity according to the specified scale vector. | |
SetDirty | Marks the entity as dirty. | |
SetDrawColor | Sets draw color for the entity. | |
SetFillColor | Sets the fill color for the entity. | |
SetFilltypeIndex | Sets the fill type index for an entity. | |
SetLineThickness | Sets the line thickness for an entity. | |
SetLinetypeIndex | Sets the line type index for an entity. | |
SetMatrix | Sets a transformation matrix of the entity. |