ComponentOne MultiSelect 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also