Click or drag to resize

mxGraphHitsSwimlaneContent Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given point is inside the content area of the given swimlane. (The content area of swimlanes is transparent to events.) This implementation does not check if the given state is a swimlane, it is assumed that the caller has checked this before using this method.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool HitsSwimlaneContent(
	Object swimlane,
	int x,
	int y
)
Request Example View Source

Parameters

swimlane
Type: SystemObject
x
Type: SystemInt32
y
Type: SystemInt32

Return Value

Type: Boolean
See Also