Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Units.TwipsToDocuments(RectangleF) Method

Converts rectangle coordinates from twips to documents.

Namespace: DevExpress.Office.Utils

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

NuGet Package: DevExpress.Office.Core

Declaration

public static RectangleF TwipsToDocuments(
    RectangleF val
)

Parameters

Name Type Description
val RectangleF

A RectangleF structure with values in twips, to be converted to documents.

Returns

Type Description
RectangleF

A RectangleF structure composed of four floating-point numbers that represent the location and size of a rectangle.

See Also