[]
Gets or sets the world transform.
public float[] WorldTransform { get; set; }
Type | Description |
---|---|
float[] | An array of float that includes six elements.
The order is [M11, M12, M21, M22, Dx, Dy]. |
Notes: The length of the array must be six.