ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Create SVG driver
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
public SVGDriver( Stream outStream, int width = 1200, int height = 800, Scene scene = null, Nullable<Color> BackColor = null )
Parameters
- outStream
- Type: System.IOStream
output stream to write SVG data into - width (Optional)
- Type: SystemInt32
the SVG artwork width - height (Optional)
- Type: SystemInt32
the SVG artwork height - scene (Optional)
- Type: ILNumerics.DrawingScene
[optional] the scene to render. If null: a new scene will be created - BackColor (Optional)
- Type: SystemNullableColor
[optional] background color. On null: System.Drawing.Color.White is used.
Remarks
[ILNumerics Visualization Engine]
See Also