Skip to main content

Units.TwipsToCentimetersF(Single) Method

Converts a measurement from twips to centimeters. Returns the converted measurement as a Single.

Namespace: DevExpress.Office.Utils

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

NuGet Package: DevExpress.Office.Core

Declaration

public static float TwipsToCentimetersF(
    float value
)

Parameters

Name Type Description
value Single

The Single twips value to be converted to centimeters.

Returns

Type Description
Single

A Single value.

See Also