PdfPage.GetBoundsForBox(PdfDisplayBox) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a rectangle that describes the bounds for the specified display box.
[Foundation.Export("boundsForBox:")]
public virtual CoreGraphics.CGRect GetBoundsForBox (PdfKit.PdfDisplayBox box);
abstract member GetBoundsForBox : PdfKit.PdfDisplayBox -> CoreGraphics.CGRect
override this.GetBoundsForBox : PdfKit.PdfDisplayBox -> CoreGraphics.CGRect
Parameters
- box
- PdfDisplayBox
The box for which to get the bounding rectangle.
Returns
- Attributes