Click or drag to resize

Document Constructor

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

Namespace:  imbSCI.Graph.Graphics.SvgDocument
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Document(
	int _width,
	int _height
)
Request Example View Source

Parameters

_width
Type: SystemInt32
_height
Type: SystemInt32
See Also