Skip to main content

Units.MillimetersToPoints(Int32) Method

Converts a measurement from millimeters to points. Returns the converted measurement as an Integer.

Namespace: DevExpress.Office.Utils

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

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

Declaration

public static int MillimetersToPoints(
    int value
)

Parameters

Name Type Description
value Int32

The Integer millimeters value to be converted to points.

Returns

Type Description
Int32

An Integer value.

See Also