Skip to main content

XRConvert.ConvertTo(Size, Single) Method

Adjusts the size calculated for the current DPI according to the specified DPI.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public Size ConvertTo(
    Size val,
    float dpi
)

Parameters

Name Type Description
val Size

A Size structure.

dpi Single

A Single value, specifying the required DPI setting.

Returns

Type Description
Size

A Size structure.

See Also