Click or drag to resize

svgText Constructor (Int32, Int32, String, Int32)

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

Namespace:  imbSCI.Graph.Graphics.SvgAPI.BasicShapes
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public svgText(
	int _x,
	int _y,
	string text,
	int textLength = -2147483648
)
Request Example View Source

Parameters

_x
Type: SystemInt32
_y
Type: SystemInt32
text
Type: SystemString
textLength (Optional)
Type: SystemInt32
See Also