Click or drag to resize

mxRectangleGrow Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Grows the rectangle by the given amount, that is, this method subtracts the given amount from the x- and y-coordinates and adds twice the amount to the width and height.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Grow(
	double amount
)
Request Example View Source

Parameters

amount
Type: SystemDouble
Amount by which the rectangle should be grown.
See Also