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


GetArcCount Method (NMapProjection)
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)

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