Skip to main content
A newer version of this page is available. .
All docs
V20.2

MeasureUnits.ToDeviceIndependentPixels(MeasureUnit, Size) Method

Namespace: DevExpress.Diagram.Core

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

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public static Size ToDeviceIndependentPixels(
    this MeasureUnit unit,
    Size size
)

Parameters

Name Type
unit MeasureUnit
size Size

Returns

Type
Size
See Also