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