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

Public Types | |
| enum | { kDefaultIID = IID_IGRAPHICBOUNDS } |
Public Member Functions | |
| virtual void | Set (const PMRect &bounds)=0 |
| virtual PMRect | Get (void) const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This interface is used to set the intrinsic bounds of an imported image, EPS, PDF, or similar graphic. The bounds are then used by IGeometry whenever it needs to obtain the intrinsic bounds of the graphic. Sometime we want to use the graphic bounds since it guarantees to be the entire image while geometry bounds may only report the visible portion of the image.
| pure virtual |
Get the intrinsic bounds.
| pure virtual |
Set the intrinsic bounds.
| bounds | [IN] parameter the new bounds to use. |