Click or drag to resize

mxUtilsCreateImage Method

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

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static Image CreateImage(
	int width,
	int height,
	Nullable<Color> background
)
Request Example View Source

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
background
Type: SystemNullableColor

Return Value

Type: Image
See Also