Piccolo.NET

PMatrix.Elements Property

Gets an array of floating-point values that represents the elements of this PMatrix object.

public virtual float[] Elements {get;}

Property Value

An array of floating-point values that represents the elements of this PMatrix object.

Remarks

The elements m11, m12, m21, m22, dx, dy of the PMatrix object are represented by the values in the array in that order.

See Also

PMatrix Class | UMD.HCIL.Piccolo.Util Namespace