GLKViewController.DrawInRect(GLKView, CGRect) 方法

定义

绘制到提供的视图的指定矩形中。

[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

参数

view
GLKView
rect
CGRect

实现

属性

适用于