Version

FillSceneGraph Method (GaugeScale)

Adds primitives to the scene in the form of this GaugeSection.
Syntax
'Declaration
 
Public MustOverride Sub FillSceneGraph( _
   ByVal sceneGraph As PrimitiveCollection, _
   ByVal gaugeBounds As Rectangle _
) 
public abstract void FillSceneGraph( 
   PrimitiveCollection sceneGraph,
   Rectangle gaugeBounds
)

Parameters

sceneGraph
The PrimitiveCollection containing primitives to be rendered in the scene graph.
gaugeBounds
The source rectangle, taken from the bounds of the gauge which owns this sections.
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