ImageGear .NET v25.0 - Updated
GetBBox Method (ImGearPDEElement)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEElement Class : GetBBox Method
Gets the bounding box for an element, specified in user space coordinates.
Syntax
'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(); 

Return Value

ImGearPDFFixedRect class object.
Remarks

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.

See Also

Reference

ImGearPDEElement Class
ImGearPDEElement Members
ImGearPDFFixedRect Class