Click or drag to resize

Rectangle Constructor

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

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

Parameters

_width
Type: SystemDouble
_height
Type: SystemDouble
See Also