Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapProjection Class
Members


In This Topic
    NMapProjection Class
    In This Topic
    Base class for all map projections. Call the Initialize method to set the size of the map and the canvas to render it in.
    Object Model
    NMapProjection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Diagram.Maps.NAitoffProjection)>
    <System.SerializableAttribute()>
    Public MustInherit Class NMapProjection 
    'Usage
     
    
    Dim instance As NMapProjection
    [System.Xml.Serialization.XmlInclude(Nevron.Diagram.Maps.NAitoffProjection)]
    [System.Serializable()]
    public abstract class NMapProjection 
    Inheritance Hierarchy
    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