Skip to main content

GraphicsUnitConverter.DipToDoc(RectangleF) Method

Converts the location and size of a rectangle calculated in device-independent pixels (DIP) to a value calculated in document units (measured in 1/300 of an inch).

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static RectangleF DipToDoc(
    RectangleF rect
)

Parameters

Name Type Description
rect RectangleF

A RectangleF structure.

Returns

Type Description
RectangleF

A RectangleF structure.

See Also