Table of Contents

Method HitTest

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HitTest(PointD)

Returns one of Calendar.HitTestResult constants.

public Calendar.HitTestResult HitTest(PointD point)

Parameters

point PointD

Point to check.

Returns

Calendar.HitTestResult

Remarks

Not implemented on Linux currently.

HitTest(PointD, out TreeViewItem?, out TreeViewHitTestLocations, bool)

public bool HitTest(PointD point, out TreeViewItem? item, out TreeViewHitTestLocations locations, bool needItem = true)

Parameters

point PointD
item TreeViewItem
locations TreeViewHitTestLocations
needItem bool

Returns

bool