Click or drag to resize

mxCellRendererImageCanvasFactory Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new image canvas factors.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public ImageCanvasFactory(
	mxGdiCanvas graphicsCanvas,
	Nullable<Color> background,
	bool antiAlias
)
Request Example View Source

Parameters

graphicsCanvas
Type: imbSCI.Graph.MXGraph.canvasmxGdiCanvas
Specifies the graphics canvas for painting.
background
Type: SystemNullableColor
Specifies the background color of the image.
antiAlias
Type: SystemBoolean
Specifies if antialiasing should be enabled.
See Also