Version

AddPolygonToScene(Polygon,Int32,Boolean,SceneGraph) Method

Adds a Polygon to the SceneGraph.
Syntax
'Declaration
 
Protected Overloads Overridable Sub AddPolygonToScene( _
   ByVal oly As Polygon, _
   ByVal row As Integer, _
   ByVal empty As Boolean, _
   ByVal scene As SceneGraph _
) 
protected virtual void AddPolygonToScene( 
   Polygon oly,
   int row,
   bool empty,
   SceneGraph scene
)

Parameters

oly
The polygon to add.
row
The current row index.
empty
Whether or not this polygon is to be represented as empty.
scene
The SceneGraph to add the polygon to.
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