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

Units.PointsToTwipsF(Single) Method

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

Namespace: DevExpress.Office.Utils

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

Declaration

public static float PointsToTwipsF(
    float value
)

Parameters

Name Type Description
value Single

The Single points value to be converted to twips.

Returns

Type Description
Single

A Single value.

See Also