PdfPage.GetBoundsForBox(PdfDisplayBox) Method

Definition

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

Applies to