Table of Contents

Method Ceiling

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

Ceiling()

Returns new SizeD value with ceiling of the Width and Height. Uses Ceiling(double) on values.

public readonly SizeD Ceiling()

Returns

SizeD

Remarks

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