Click or drag to resize

mxGdiCanvasDrawLine Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Draws the given lines as segments between all points of the given list of mxPoints.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void DrawLine(
	List<mxPoint> pts,
	Dictionary<string, Object> style
)
Request Example View Source

Parameters

pts
Type: System.Collections.GenericListmxPoint
List of points that define the line.
style
Type: System.Collections.GenericDictionaryString, Object
Style to be used for painting the line.
See Also