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

MeasureUnits.ToPixels(MeasureUnit, Double) Method

Converts the value in the unit of measure to the value in pixels.

Namespace: DevExpress.Diagram.Core

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

Declaration

public static double ToPixels(
    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 pixels.

See Also