Click or drag to resize

mxGdiCanvasgetArcSize Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Computes the arc size for the given dimension.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static int getArcSize(
	int w,
	int h
)
Request Example View Source

Parameters

w
Type: SystemInt32
Width of the rectangle.
h
Type: SystemInt32
Height of the rectangle.

Return Value

Type: Int32
Returns the arc size for the given dimension.
See Also