GraphicsUnitConverter.DocToDip(RectangleF) Method
Converts the location and size of a rectangle calculated in document units (measured in 1/300 of an inch) to a value calculated in device-independent pixels (DIP).
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v20.1.dll
NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
val | RectangleF | A RectangleF structure. |
Returns
Type | Description |
---|---|
RectangleF | A RectangleF structure. |
See Also