ILNumerics Ultimate VS

PointLight Constructor (Object, Vector3)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates a new point light

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public PointLight(
	Object tag = null,
	Vector3 position = null
)

Parameters

tag (Optional)
Type: SystemObject
[optional] tag identifying the light in the scene
position (Optional)
Type: ILNumerics.DrawingVector3
[optional] position for the new light
Remarks

[ILNumerics Visualization Engine]

See Also

Reference