Click or drag to resize

PdfShadingPatternBoundingBox Property

Gets or sets the shading’s bounding box.

Namespace: Patagames.Pdf.Net.Patterns
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public FS_RECTF BoundingBox { get; set; }

Property Value

FS_RECTF
Remarks
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