Skip to main content

Units.TwipsToPixelsF(Single, Single) Method

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

Namespace: DevExpress.Office.Utils

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

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

Declaration

public static float TwipsToPixelsF(
    float val,
    float dpi
)

Parameters

Name Type Description
val Single

The Single twips value to be converted to pixels.

dpi Single

A dpi value of the Single type used for conversion.

Returns

Type Description
Single

A Single value.

See Also