Share via


UIPrintPageRenderer.DrawContentForPage(IntPtr, CGRect) Method

Definition

Renders the page in the specified contentRect.

[Foundation.Export("drawContentForPageAtIndex:inRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawContentForPage(IntPtr index, CoreGraphics.CGRect contentRect);
[<Foundation.Export("drawContentForPageAtIndex:inRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawContentForPage : nativeint * CoreGraphics.CGRect -> unit
override this.DrawContentForPage : nativeint * CoreGraphics.CGRect -> unit

Parameters

index
IntPtr

nativeint

contentRect
CGRect
Attributes

Applies to