Share via


GLKViewController.DrawInRect(GLKView, CGRect) Method

Definition

[Foundation.Export("glkView:drawInRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawInRect(GLKit.GLKView view, CoreGraphics.CGRect rect);
[<Foundation.Export("glkView:drawInRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawInRect : GLKit.GLKView * CoreGraphics.CGRect -> unit
override this.DrawInRect : GLKit.GLKView * CoreGraphics.CGRect -> unit

Parameters

view
GLKView
rect
CGRect

Implements

Attributes

Applies to