Click or drag to resize

mxCellRendererCanvasFactoryCreateCanvas Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns a new canvas for the given dimension.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public abstract mxICanvas CreateCanvas(
	int width,
	int height
)
Request Example View Source

Parameters

width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: mxICanvas
See Also