Click or drag to resize

mxGdiCanvas2DImage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Draws an image.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public 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

Implements

mxICanvas2DImage(Double, Double, Double, Double, String, Boolean, Boolean, Boolean)
See Also