ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext Class / WorldTransform Property

In This Topic
    WorldTransform Property
    In This Topic
    Gets or sets the world transform.
    Syntax
    'Declaration
     
    
    Public Property WorldTransform As Single()
    public float[] WorldTransform {get; set;}

    Property Value

    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.
    See Also