Property Elements
Elements
Gets an array of floating-point values that represents the elements of this TransformMatrix.
public double[] Elements { get; set; }
Property Value
- double[]
Gets an array of floating-point values that represents the elements of this TransformMatrix.
Remarks
The elements m11, m12, m21, m22, dx, and dy of the TransformMatrix are represented by the values in the array in that order.