The Entity may have different optional attributes such as draw color, fill color, line type, fill type, offset, rotation, scale, and position.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_ent_get_attribflags( HIG_VECT_ENTITY hEntity, LONG* lpFlags ); |
Name | Type | Description |
---|---|---|
hEntity | HIG_VECT_ENTITY | Handle to the Entity. |
lpFlags | LONG* | Optional attributes flag being returned. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None
These attributes do not exist until they will be created. The function returns flags indicating which optional attributes are presented for the entity.