Tests whether the panel coordinates are located in this view.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public bool Contains(
	int panelX,
	int panelY
)

Parameters

panelX
Type: System..::.Int32
The panel coordinate in the X axis.
panelY
Type: System..::.Int32
The panel coordinate in the Y axis.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the the panel coordinates are located in the view.

See Also