SK3dView.GetMatrix(SKMatrix) Method

Definition

Stores the current transformation in the specified matrix.

public void GetMatrix (ref SkiaSharp.SKMatrix matrix);

Parameters

matrix
SKMatrix

The matrix to store the transformation.

Applies to