SKMatrix.GetValues(Single[]) Method

Definition

Populates the specified array with the matrix values.

public void GetValues (float[] values);
public readonly void GetValues (float[] values);

Parameters

values
Single[]

The array to populate.

Remarks

The result will be the same as Values.

Applies to