Click or drag to resize

mxICanvas2DEllipse Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Next fill or stroke should draw an ellipse.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
void Ellipse(
	double x,
	double y,
	double w,
	double h
)
Request Example View Source

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
w
Type: SystemDouble
h
Type: SystemDouble
See Also