Class constructor

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public Sphere(
	XYZ pos,
	double radio,
	Color color,
	int layer,
	bool render
)
Visual Basic (Declaration)
Public Sub New ( _
	pos As XYZ, _
	radio As Double, _
	color As Color, _
	layer As Integer, _
	render As Boolean _
)
Visual C++
public:
Sphere(
	XYZ^ pos, 
	double radio, 
	Color color, 
	int layer, 
	bool render
)

Parameters

pos
Type: GLSV..::.XYZ
Sphere position
radio
Type: System..::.Double
Sphere radio
color
Type: System.Drawing..::.Color
Sphere color
layer
Type: System..::.Int32
Sphere layer
render
Type: System..::.Boolean
Render method

See Also