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

GraphicsUnitConverter.DipToDoc(SizeF) Method

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

public static SizeF DipToDoc(
    SizeF size
)

Parameters

Name Type Description
size SizeF

A SizeF structure.

Returns

Type Description
SizeF

A SizeF structure.

See Also