Share via


UIPrintFormatter.DrawRect(CGRect, IntPtr) Method

Definition

Draws that portion of this UIPrintFormatter's content in the area specified on the specified page.

[Foundation.Export("drawInRect:forPageAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawRect(CoreGraphics.CGRect rect, IntPtr pageIndex);
[<Foundation.Export("drawInRect:forPageAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawRect : CoreGraphics.CGRect * nativeint -> unit
override this.DrawRect : CoreGraphics.CGRect * nativeint -> unit

Parameters

rect
CGRect
pageIndex
IntPtr

nativeint

Attributes

Applies to