LinearScale.PointToValue(PointF) Method
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v25.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Parameters
| Name | Type |
|---|---|
| point | PointF |
Returns
| Type |
|---|
| Single |
See Also
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v25.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
public float PointToValue(
PointF point
)
Public Function PointToValue(
point As PointF
) As Single
| Name | Type |
|---|---|
| point | PointF |
| Type |
|---|
| Single |