A newer version of this page is available.
Switch to the current version.
GraphicsUnitConverter.DocToPixel(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 pixels.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v18.2.dll
Declaration
public static RectangleF DocToPixel(
RectangleF val
)
Public Shared Function DocToPixel(
val As RectangleF
) As RectangleF
Parameters
Name | Type | Description |
---|---|---|
val | RectangleF | A RectangleF structure. |
Returns
Type | Description |
---|---|
RectangleF | A RectangleF structure. |
See Also
Feedback