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#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool Contains(
	Point panelPoint
)

Parameters

panelPoint
Type: System.Drawing..::.Point
The panel Point coordinates.

Return Value

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

See Also