Click or drag to resize

mxICanvas2DImage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Draws the given image.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
void Image(
	double x,
	double y,
	double w,
	double h,
	string src,
	bool aspect,
	bool flipH,
	bool flipV
)
Request Example View Source

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
w
Type: SystemDouble
h
Type: SystemDouble
src
Type: SystemString
aspect
Type: SystemBoolean
flipH
Type: SystemBoolean
flipV
Type: SystemBoolean
See Also