Click or drag to resize

mxGdiCanvasDrawShape Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Draws the shape specified with the STYLE_SHAPE key in the given style.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void DrawShape(
	int x,
	int y,
	int w,
	int h,
	Dictionary<string, Object> style
)
Request Example View Source

Parameters

x
Type: SystemInt32
X-coordinate of the shape.
y
Type: SystemInt32
Y-coordinate of the shape.
w
Type: SystemInt32
Width of the shape.
h
Type: SystemInt32
Height of the shape.
style
Type: System.Collections.GenericDictionaryString, Object
Style of the the shape.
See Also