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