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