ISKCanvasLayerDelegate Interface

Definition

Caution

Use SKCanvasLayer.PaintSurface instead.

Delegate interface for SKCanvasLayer.

public interface ISKCanvasLayerDelegate
[System.Obsolete("Use SKCanvasLayer.PaintSurface instead.")]
public interface ISKCanvasLayerDelegate
Attributes

Methods

DrawInSurface(SKSurface, SKImageInfo)

Implement this to draw on the canvas.

Applies to