Share via


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

구현

특성

적용 대상