Click or drag to resize

ShadingGetBBox Method

Gets the bounding box.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Rect GetBBox()

Return Value

Type: Rect
a rectangle giving the left, bottom, right, and top coordinates, respectively, of the shading's bounding box. The coordinates are interpreted in the shading's target coordinate space. If present, this bounding box is applied as a temporary clipping boundary when the shading is painted, in addition to the current clipping path and any other clipping boundaries in effect at that time.
Remarks
Use HasBBox() method to determine whether the shading has a background color.
See Also