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


In This Topic
    NViewToScale2DTransformation Structure
    In This Topic
    Converts coordinates from view to scale.
    Object Model
    NViewToScale2DTransformation Structure
    Syntax
    'Declaration
     
    
    Public Structure NViewToScale2DTransformation 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NViewToScale2DTransformation
    public struct NViewToScale2DTransformation : System.ValueType 
    Remarks
    This transformation converts points in 2D view space to coordinates on a set of two non-colinear axes (scale coordinates).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Chart.NViewToScale2DTransformation

    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