[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.WorldTransform

WorldTransform Property

WorldTransform

Gets or sets the world transform.

Declaration
public float[] WorldTransform { get; set; }
Property Value
Type Description
float[]

An array of float that includes six elements.

| M11,  M12,  0 |
| M21,  M22,  0 |
| Dx,   Dy,   1 |

The order is [M11, M12, M21, M22, Dx, Dy].

Remarks

Notes: The length of the array must be six.