ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class
Members

In This Topic
    TransformMatrix Class
    In This Topic
    The TransformMatrix class contains the transform info for transforming between world-space and page-space in GDI.
    Object Model
    TransformMatrix ClassTransformMatrix Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class TransformMatrix 
       Inherits C1.Framework.Mathematics.Matrix(Of Single)
    public sealed class TransformMatrix : C1.Framework.Mathematics.Matrix<float> 
    Inheritance Hierarchy

    System.Object
       C1.Framework.Mathematics.Matrix<T>
          C1.Framework.Drawing.Gdi.TransformMatrix

    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