|
iDRS™ SDK 16
|
Interface for CPageGraphicShape wrapper. More...
Go to the source code of this file.
Functions | |
| enum GraphicShapeType | CPageGraphicShape_GetGraphicShapeType (const CPageGraphicShape argCPageGraphicShape, idrs_exception *pargException) |
| Returns the type of graphic shape associated to this object. | |
| IDRS_RECT | CPageGraphicShape_GetBoundingBox (const CPageGraphicShape argCPageGraphicShape, idrs_exception *pargException) |
| Retrieves the bounding box of the graphic shape. | |
| CPageGraphicShapeArray | ArrayInterface_Create_CPageGraphicShapeArray (idrs_exception *pargException) |
| Creates a new CPageGraphicShapeArray object. | |
Interface for CPageGraphicShape wrapper.
| CPageGraphicShapeArray ArrayInterface_Create_CPageGraphicShapeArray | ( | idrs_exception * | pargException | ) |
Creates a new CPageGraphicShapeArray object.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_RECT CPageGraphicShape_GetBoundingBox | ( | const CPageGraphicShape | argCPageGraphicShape, |
| idrs_exception * | pargException | ||
| ) |
Retrieves the bounding box of the graphic shape.
| argCPageGraphicShape | CPageGraphicShape handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| enum GraphicShapeType CPageGraphicShape_GetGraphicShapeType | ( | const CPageGraphicShape | argCPageGraphicShape, |
| idrs_exception * | pargException | ||
| ) |
Returns the type of graphic shape associated to this object.
| argCPageGraphicShape | CPageGraphicShape handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |