Click or drag to resize

mxCellRendererCreateImage Method (mxGraph, Object, Double, NullableColor, Boolean, mxRectangle, mxGdiCanvas)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates an image for the given arguments.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static Image CreateImage(
	mxGraph graph,
	Object[] cells,
	double scale,
	Nullable<Color> background,
	bool antiAlias,
	mxRectangle clip,
	mxGdiCanvas graphicsCanvas
)
Request Example View Source

Parameters

graph
Type: imbSCI.Graph.MXGraph.viewmxGraph
cells
Type: SystemObject
scale
Type: SystemDouble
background
Type: SystemNullableColor
antiAlias
Type: SystemBoolean
clip
Type: imbSCI.Graph.MXGraph.utilsmxRectangle
graphicsCanvas
Type: imbSCI.Graph.MXGraph.canvasmxGdiCanvas

Return Value

Type: Image
See Also