Click or drag to resize

mxGdiCanvasDrawMarker Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Draws the given type of marker.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxPoint DrawMarker(
	Object type,
	mxPoint p0,
	mxPoint pe,
	float size,
	Pen pen
)
Request Example View Source

Parameters

type
Type: SystemObject
p0
Type: imbSCI.Graph.MXGraph.utilsmxPoint
pe
Type: imbSCI.Graph.MXGraph.utilsmxPoint
size
Type: SystemSingle
pen
Type: System.DrawingPen

Return Value

Type: mxPoint
See Also