Share via


UIPrintPageRenderer.DrawFooterForPage(IntPtr, CGRect) Method

Definition

Draws the footer of the page.

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

Parameters

index
IntPtr

nativeint

footerRect
CGRect
Attributes

Applies to