Click or drag to resize

mxGraphViewTransformControlPoint Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Transforms the given control point to an absolute point.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxPoint TransformControlPoint(
	mxCellState state,
	mxPoint pt
)
Request Example View Source

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState
pt
Type: imbSCI.Graph.MXGraph.utilsmxPoint

Return Value

Type: mxPoint
See Also