ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEElement Class / GetBBox Method




In This Topic
    GetBBox Method (ImGearPDEElement)
    In This Topic
    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