iDRS™ SDK 16
Loading...
Searching...
No Matches
CPageGraphicShape_interface.h File Reference

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.
 

Detailed Description

Interface for CPageGraphicShape wrapper.

Function Documentation

◆ ArrayInterface_Create_CPageGraphicShapeArray()

CPageGraphicShapeArray ArrayInterface_Create_CPageGraphicShapeArray ( idrs_exception *  pargException)

Creates a new CPageGraphicShapeArray object.

Parameters
pargExceptionPointer to exception structure that will be filled if an exception occurs
Returns
The newly created CPageGraphicShapeArray

◆ CPageGraphicShape_GetBoundingBox()

IDRS_RECT CPageGraphicShape_GetBoundingBox ( const CPageGraphicShape  argCPageGraphicShape,
idrs_exception *  pargException 
)

Retrieves the bounding box of the graphic shape.

Returns
the bounding box of the graphic shape.
Parameters
argCPageGraphicShapeCPageGraphicShape handle
pargExceptionPointer to exception structure that will be filled if an exception occurs

◆ CPageGraphicShape_GetGraphicShapeType()

enum GraphicShapeType CPageGraphicShape_GetGraphicShapeType ( const CPageGraphicShape  argCPageGraphicShape,
idrs_exception *  pargException 
)

Returns the type of graphic shape associated to this object.

Parameters
argCPageGraphicShapeCPageGraphicShape handle
pargExceptionPointer to exception structure that will be filled if an exception occurs