Skip to main content

XRConvert.ConvertTo(Point, Single) Method

Adjusts the coordinates of a point calculated for the current DPI according to the specified DPI.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public Point ConvertTo(
    Point val,
    float dpi
)

Parameters

Name Type Description
val Point

A Point structure.

dpi Single

A Single value, specifying the required DPI setting.

Returns

Type Description
Point

A Point structure.

See Also