Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

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