次の方法で共有


MTKView.DrawLayer(CALayer, CGContext) メソッド

定義

指定したコンテキストを使用して、指定したレイヤーを描画します。

[Foundation.Export("drawLayer:inContext:")]
public virtual void DrawLayer (CoreAnimation.CALayer layer, CoreGraphics.CGContext context);
abstract member DrawLayer : CoreAnimation.CALayer * CoreGraphics.CGContext -> unit
override this.DrawLayer : CoreAnimation.CALayer * CoreGraphics.CGContext -> unit

パラメーター

layer
CALayer
context
CGContext
属性

適用対象