Skip to main content

BaseLeafPrimitive.CalcHitInfo(Point) Method

Retrieves information on the object’s inner element, located under the specified point.

Namespace: DevExpress.XtraGauges.Core.Primitive

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public BasePrimitiveHitInfo CalcHitInfo(
    Point pt
)

Parameters

Name Type Description
pt Point

A point to be tested.

Returns

Type Description
DevExpress.XtraGauges.Core.Primitive.BasePrimitiveHitInfo

A BasePrimitiveHitInfo object that identifies the object’s inner element located under the specified point.

See Also