Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapProjection Class / GetArcCount Method


In This Topic
    GetArcCount Method (NMapProjection)
    In This Topic
    Gets the number of arcs to render for the specified canvas length.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetArcCount( _
       ByVal renderMode As ArcRenderMode, _
       ByVal customStep As System.Single, _
       ByVal mapLength As System.Double, _
       ByVal canvasLength As System.Single, _
       ByVal scale As System.Single _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NMapProjection
    Dim renderMode As ArcRenderMode
    Dim customStep As System.Single
    Dim mapLength As System.Double
    Dim canvasLength As System.Single
    Dim scale As System.Single
    Dim value As System.Integer
     
    value = instance.GetArcCount(renderMode, customStep, mapLength, canvasLength, scale)
    protected virtual System.int GetArcCount( 
       ArcRenderMode renderMode,
       System.float customStep,
       System.double mapLength,
       System.float canvasLength,
       System.float scale
    )

    Parameters

    renderMode
    customStep
    mapLength
    canvasLength
    scale
    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