Version

FillSceneGraph(WinTooltipAppearance,SceneGraph,Primitive) Method

Adds this layer's primitives to the specified SceneGraph.
Syntax
'Declaration
 
Public Overloads Sub FillSceneGraph( _
   ByVal tooltipApp As WinTooltipAppearance, _
   ByVal scene As SceneGraph, _
   ByVal p As Primitive _
) 
public void FillSceneGraph( 
   WinTooltipAppearance tooltipApp,
   SceneGraph scene,
   Primitive p
)

Parameters

tooltipApp
The WinTooltipAppearance object in context.
scene
The SceneGraph to add primitives to.
p
The primitive in context for this tooltip.
Requirements

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