Click or drag to resize

mxUtilsLoadImage Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads an image from the local filesystem, a data URI or any other URL.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static Image LoadImage(
	string url
)
Request Example View Source

Parameters

url
Type: SystemString

Return Value

Type: Image
See Also