GLKViewController.DrawInRect(GLKView, CGRect) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したビューの指定した四角形に描画します。
[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
実装
- 属性