Skip to main content

MeasureUnits.ToDeviceIndependentPixels(MeasureUnit, Double) Method

Converts the value in the unit of measure to the value in device-independent pixels.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public static double ToDeviceIndependentPixels(
    this MeasureUnit unit,
    double value
)

Parameters

Name Type Description
unit MeasureUnit

A unit of measure for the initial value.

value Double

A value to convert.

Returns

Type Description
Double

The value in device-independent pixels.

See Also