CALayer.DrawInContext(CGContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定的內容上繪製圖層。
[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) 用 方法來轉譯內容。
提供的內容已預先設定目標表面,以及已定義裁剪區域。