SKMatrix44.Item[Int32, Int32] Property

Definition

Gets or sets a value in the matrix.

public float this[int row, int column] { get; set; }

Parameters

row
Int32

The row to retrieve the value from.

column
Int32

The column to retrieve the value from.

Property Value

Returns the value found at the specified coordinates.

Applies to