Click or drag to resize

svgDocument Constructor (Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the svgDocument class

Namespace:  imbSCI.Graph.Graphics.SvgAPI
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public svgDocument(
	int width,
	int height
)
Request Example View Source

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
See Also