SKCanvasView.OnTouch(SKTouchEventArgs) Method

Definition

Implement this to handle touch events on the canvas.

protected virtual void OnTouch (SkiaSharp.Views.Forms.SKTouchEventArgs e);

Parameters

e
SKTouchEventArgs

The event arguments that contain the touch information.

Applies to