UIPrintFormatter.DrawRect(CGRect, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Draws that portion of this UIPrintFormatter's content in the area specified on the specified page.
[Foundation.Export("drawInRect:forPageAtIndex:")]
public virtual void DrawRect (CoreGraphics.CGRect rect, nint pageIndex);
abstract member DrawRect : CoreGraphics.CGRect * nint -> unit
override this.DrawRect : CoreGraphics.CGRect * nint -> unit
Parameters
- rect
- CGRect
- pageIndex
- System.System.IntPtr System.nativeint
- Attributes