Table of Contents

Method GetHitTest

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

GetHitTest(Point, IHitTestInfo)

Fills hitTestInfo parameter by information about a part of the control at specified coordinate.

public virtual void GetHitTest(Point position, IHitTestInfo hitTestInfo)

Parameters

position Point

Specifies coordinate to check.

hitTestInfo IHitTestInfo

Retrieves information about part of control.

GetHitTest(double, double, IHitTestInfo)

Fills hitTestInfo parameter by information about a part of the control at specified coordinate.

public virtual void GetHitTest(double x, double y, IHitTestInfo hitTestInfo)

Parameters

x double

Specifies horizontal coordinate of position to check.

y double

Specifies vertical coordinate of position to check.

hitTestInfo IHitTestInfo

Retrieves information about part of control.