Edit

Share via


GLKViewController.DrawInRect(GLKView, CGRect) Method

Definition

Draws into the specified rectangle of the provided view.

[Foundation.Export("glkView:drawInRect:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'Metal' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'Metal' instead.")]
public virtual void DrawInRect (GLKit.GLKView view, CoreGraphics.CGRect rect);
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