Nevron .NET Vision
Nevron.Chart Namespace / NViewToModel2DTransformation Structure
Members


In This Topic
    NViewToModel2DTransformation Structure
    In This Topic
    Converts coordinates from view to model.
    Object Model
    NViewToModel2DTransformation Structure
    Syntax
    'Declaration
     
    
    Public Structure NViewToModel2DTransformation 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NViewToModel2DTransformation
    public struct NViewToModel2DTransformation : System.ValueType 
    Remarks
    This transformation converts coordinates from view (client) coordinates to model coordinates defined by a set of two non colinear axes.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Chart.NViewToModel2DTransformation

    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