Version

RenderTickmarks Method

Renders this scale's tickmarks to the SceneGraph.
Syntax
'Declaration
 
Public Overridable Sub RenderTickmarks( _
   ByVal scene As PrimitiveCollection, _
   ByVal tickmarks As LinearGaugeScaleTickmarkAppearance, _
   ByVal gaugeBounds As Rectangle, _
   ByVal scaleBounds As Rectangle, _
   ByVal tickmarkValues As Array, _
   ByVal orientation As LinearOrientation _
) 

Parameters

scene
The SceneGraph to render Primitives to.
tickmarks
The TickmarkAppearance object representing the tickmarks to render.
gaugeBounds
The bounding rectangle of the parent gauge.
scaleBounds
The bounding rectangle of this scale.
tickmarkValues
The values at which to map each tickmark.
orientation
The orientation of the linear gauge upon which this scale is being rendered.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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