Click or drag to resize

svgMarker Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates new marker object with 10x10 dimensions and refX/refY at center

Namespace:  imbSCI.Graph.Graphics.SvgAPI.Containers
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public svgMarker(
	string _id,
	int size = 10
)
Request Example View Source

Parameters

_id
Type: SystemString
The identifier.
size (Optional)
Type: SystemInt32
The size.
See Also