ImageGear22.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEElement Class : GetBBox Method |
'Declaration Public Function GetBBox() As ImGearPDFFixedRect
'Usage Dim instance As ImGearPDEElement Dim value As ImGearPDFFixedRect value = instance.GetBBox()
public ImGearPDFFixedRect GetBBox()
public: ImGearPDFFixedRect* GetBBox();
public: ImGearPDFFixedRect^ GetBBox();
The bounding box is guaranteed to encompass the element, but is not guaranteed to be the smallest box that could contain the element. For example, for an arc, the bounding box encloses the Bezier control points-not just the curve itself.