共用方式為


PdfPage.Draw 方法

定義

多載

Draw(PdfDisplayBox)
Draw(PdfDisplayBox, CGContext)

Draw(PdfDisplayBox)

[Foundation.Export("drawWithBox:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, 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:toContext:")]
[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
屬性

適用於