Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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