| PdfShadingPatternBoundingBox Property |
Gets or sets the shading’s bounding box.
Namespace: Patagames.Pdf.Net.PatternsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public FS_RECTF BoundingBox { get; set; }
Public Property BoundingBox As FS_RECTF
Get
Set
public:
property FS_RECTF BoundingBox {
FS_RECTF get ();
void set (FS_RECTF value);
}
member BoundingBox : FS_RECTF with get, set
/** @property */
public FS_RECTF get_BoundingBox()
/** @property */
public void set_BoundingBox(FS_RECTF value)
function get_BoundingBox();
function set_BoundingBox(value);
Property Value
FS_RECTFRemarks
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.
See Also