PdfPage.SetBoundsForBox(CGRect, PdfDisplayBox) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定指定方塊的界限,如果不存在,則建立方塊。
[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
要設定界限的方塊。
- 屬性