![]() | InDesign SDK 20.5 |
#include <IDrwEvtHandler.h>

Public Member Functions | |
| GetBBoxEventData (IPMUnknown *c, GraphicsData *g, PMRect *b) | |
Public Member Functions inherited from CDrawEventData | |
| CDrawEventData (IPMUnknown *c, int32 f) | |
Public Attributes | |
| GraphicsData * | gd |
| PMRect * | bBox |
Public Attributes inherited from CDrawEventData | |
| IPMUnknown * | changedBy |
| int32 | flags |
Data class for Get BBox events
| inline |
constructor
| c | IN who is dispatching this event |
| g | IN current graphic data in place |
| b | INOUT the bounding box for the event |
| PMRect* GetBBoxEventData::bBox |
The bounding box for the event.
| GraphicsData* GetBBoxEventData::gd |
Current graphic data in place.