共用方式為


CALayer.DrawInContext(CGContext) 方法

定義

在指定的內容上繪製圖層。

[Foundation.Export("drawInContext:")]
public virtual void DrawInContext (CoreGraphics.CGContext ctx);
abstract member DrawInContext : CoreGraphics.CGContext -> unit
override this.DrawInContext : CoreGraphics.CGContext -> unit

參數

ctx
CGContext

準備要繪製的內容。

屬性

備註

開發人員會覆寫這個方法,以提供 CALayer 實例內容的自訂轉譯。 如果未覆寫這個方法,CALayer 會叫 DrawLayer(CALayer, CGContext) 用 方法來轉譯內容。

提供的內容已預先設定目標表面,以及已定義裁剪區域。

適用於