Click or drag to resize

mxGraphViewGetPoint Method (mxCellState, mxGeometry)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the absolute point on the edge for the given relative geometry as a point. The edge is represented by the given cell state.

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

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState
Represents the state of the parent edge.
geometry
Type: imbSCI.Graph.MXGraph.modelmxGeometry
Represents the relative location.

Return Value

Type: mxPoint
See Also