Skip to main content
All docs
V24.1

GraphicsUnitConverter.DeviceDpiToDoc(SizeF, Single) Method

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public static SizeF DeviceDpiToDoc(
    SizeF val,
    float deviceDpi
)

Parameters

Name Type
val SizeF
deviceDpi Single

Returns

Type
SizeF
See Also