Click or drag to resize

svgRectangle Constructor (Int32, Int32, Int32, Int32)

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

Namespace:  imbSCI.Graph.Graphics.SvgAPI.BasicShapes
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public svgRectangle(
	int x,
	int y,
	int w,
	int h
)
Request Example View Source

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
w
Type: SystemInt32
h
Type: SystemInt32
See Also