다음을 통해 공유


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

경계를 설정할 상자입니다.

특성

적용 대상