Nevron Open Vision Documentation
Nevron.Nov.Diagram.Import.Map Namespace / NOrthographicProjection Class
Members


In This Topic
    NOrthographicProjection Class
    In This Topic
    Orthographic projection is a perspective (or azimuthal) projection, in which the sphere is projected onto a tangent plane. It depicts a hemisphere of the globe as it appears from outer space. The shapes and areas are distorted, particularly near the edges, but distances are preserved along parallels.
    Object Model
    NOrthographicProjection Class
    Syntax
    'Declaration
     
    
    Public Class NOrthographicProjection 
       Inherits NMapProjection
    'Usage
     
    
    Dim instance As NOrthographicProjection
    public class NOrthographicProjection : NMapProjection 
    Remarks
    You can control the center point of the projection using the CenterPoint property.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Diagram.Import.Map.NMapProjection
          Nevron.Nov.Diagram.Import.Map.NOrthographicProjection

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also