次の方法で共有


PdfPage.SetBoundsForBox(CGRect, PdfDisplayBox) メソッド

定義

指定したボックスの境界を設定し、存在しない場合はボックスを作成します。

[Foundation.Export("setBounds:forBox:")]
public virtual void SetBoundsForBox(CoreGraphics.CGRect bounds, PdfKit.PdfDisplayBox box);
abstract member SetBoundsForBox : CoreGraphics.CGRect * PdfKit.PdfDisplayBox -> unit
override this.SetBoundsForBox : CoreGraphics.CGRect * PdfKit.PdfDisplayBox -> unit

パラメーター

bounds
CGRect

設定する境界。

box
PdfDisplayBox

境界を設定するボックス。

属性

適用対象