ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
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