Back to Devexpress

RadialMenu.CalcHitInfo(Point) Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-dot-calchitinfo-x28-system-dot-drawing-dot-point-x29.md

latest1.6 KB
Original Source

RadialMenu.CalcHitInfo(Point) Method

Returns information on the RadialMenu‘s elements located at the specified point.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public RadialMenuHitInfo CalcHitInfo(
    Point pt
)
vb
Public Function CalcHitInfo(
    pt As Point
) As RadialMenuHitInfo

Parameters

NameTypeDescription
ptPoint

A Point structure which specifies the test point coordinates relative to the RadialMenu‘s top-left corner.

|

Returns

TypeDescription
DevExpress.XtraBars.Ribbon.RadialMenuHitInfo

An object which contains information about the visual elements located at the test point.

|

See Also

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace