eDriven Framework API
ContainsPoint Method (point, recursive)
NamespaceseDriven.Gui.ComponentsDisplayObjectContainerContainsPoint(Point, Boolean)
eDriven Framework API
The place where the developer could implement the custom logic after the child removal
Declaration Syntax
C#Visual BasicVisual C++
public override bool ContainsPoint(
	Point point,
	bool recursive
)
Public Overrides Function ContainsPoint ( _
	point As Point, _
	recursive As Boolean _
) As Boolean
public:
virtual bool ContainsPoint(
	Point^ point, 
	bool recursive
) override
Parameters
point (Point)
recursive (Boolean)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)