Class constructor. Sets all the param a sphere needs to exist

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

Syntax

C#
public Point(
	XYZ pos,
	int type,
	int size,
	Color color,
	int layer
)
Visual Basic (Declaration)
Public Sub New ( _
	pos As XYZ, _
	type As Integer, _
	size As Integer, _
	color As Color, _
	layer As Integer _
)
Visual C++
public:
Point(
	XYZ^ pos, 
	int type, 
	int size, 
	Color color, 
	int layer
)

Parameters

pos
Type: GLSV..::.XYZ
XYZ coordenates
type
Type: System..::.Int32
point's aspect
size
Type: System..::.Int32
point's size
color
Type: System.Drawing..::.Color
point's color
layer
Type: System..::.Int32
point's layer

See Also