SKCanvas.SetMatrix(SKMatrix) Method

Definition

Replaces the current matrix with a copy of the specified matrix.

public void SetMatrix (SkiaSharp.SKMatrix matrix);

Parameters

matrix
SKMatrix

The matrix that will be copied into the current matrix.

Applies to