Share via


IMTKViewDelegate.Draw(MTKView) Method

Definition

Method to draw the contents of the view.

[Foundation.Export("drawInMTKView:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Draw(MetalKit.MTKView view);
[<Foundation.Export("drawInMTKView:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Draw : MetalKit.MTKView -> unit
override this.Draw : MetalKit.MTKView -> unit

Parameters

view
MTKView
Attributes

Applies to