다음을 통해 공유


PdfAnnotation.Draw 메서드

정의

오버로드

Draw(PdfDisplayBox)
Draw(PdfDisplayBox, CGContext)

Draw(PdfDisplayBox)

[Foundation.Export("drawWithBox:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Draw (PdfKit.PdfDisplayBox box);
abstract member Draw : PdfKit.PdfDisplayBox -> unit
override this.Draw : PdfKit.PdfDisplayBox -> unit

매개 변수

특성

적용 대상

Draw(PdfDisplayBox, CGContext)

[Foundation.Export("drawWithBox:inContext:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Draw (PdfKit.PdfDisplayBox box, CoreGraphics.CGContext context);
abstract member Draw : PdfKit.PdfDisplayBox * CoreGraphics.CGContext -> unit
override this.Draw : PdfKit.PdfDisplayBox * CoreGraphics.CGContext -> unit

매개 변수

context
CGContext
특성

적용 대상