GraphicsUnitConverter.DeviceDpiToDoc(SizeF, Single) Method
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type |
|---|---|
| val | SizeF |
| deviceDpi | Single |
Returns
| Type |
|---|
| SizeF |
See Also
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
public static SizeF DeviceDpiToDoc(
SizeF val,
float deviceDpi
)
Public Shared Function DeviceDpiToDoc(
val As SizeF,
deviceDpi As Single
) As SizeF
| Name | Type |
|---|---|
| val | SizeF |
| deviceDpi | Single |
| Type |
|---|
| SizeF |