Table of Contents

Method Ceiling

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Ceiling(PointD)

Converts a PointD to a PointI by performing a ceiling operation on all the coordinates.

public static PointI Ceiling(PointD value)

Parameters

value PointD

Returns

PointI

Remarks

Ceiling operation returns the smallest integer that is greater than or equal to the specified floating-point number.