Click or drag to resize

svgSquare Constructor (Int32, Int32, Int32)

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

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

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
a
Type: SystemInt32
See Also