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

GraphicsUnitConverter.Round(PointF) Method

Adjusts the floating-point coordinates of a point to the nearest integer values.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

public static Point Round(
    PointF point
)

Parameters

Name Type Description
point PointF

A PointF structure.

Returns

Type Description
Point

A Point structure.

See Also