Click or drag to resize

mxGraphViewImageReader Constructor (XmlReader, NullableColor, Int32, Boolean, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new GDI reader for the given display XML reader.

Namespace:  imbSCI.Graph.MXGraph.reader
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxGraphViewImageReader(
	XmlReader reader,
	Nullable<Color> background,
	int border,
	bool antiAlias,
	bool cropping
)
Request Example View Source

Parameters

reader
Type: System.XmlXmlReader
background
Type: SystemNullableColor
border
Type: SystemInt32
antiAlias
Type: SystemBoolean
cropping
Type: SystemBoolean
See Also