GraphicsUnitConverter.DocToPixel(SizeF) Method
Converts the size calculated in document units (measured in 1/300 of an inch) to a size calculated in pixels.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v23.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
val | SizeF | A SizeF structure. |
Returns
Type | Description |
---|---|
SizeF | A SizeF structure. |
See Also