ILNumerics Ultimate VS

GDIDriver Constructor (Int32, Int32, Scene, NullableColor)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Initializes a new instance of the GDIDriver class

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

public GDIDriver(
	int width = 1200,
	int height = 800,
	Scene scene = null,
	Nullable<Color> BackColor = null
)

Parameters

width (Optional)
Type: SystemInt32
height (Optional)
Type: SystemInt32
scene (Optional)
Type: ILNumerics.DrawingScene
BackColor (Optional)
Type: SystemNullableColor
See Also

Reference