RectangleCeiling Method

Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values.

Namespace:  Aspose.CAD
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public static Rectangle Ceiling(
	RectangleF value
)

Parameters

value
Type: Aspose.CADRectangleF
The RectangleF structure to be converted.

Return Value

Type: Rectangle
Returns a Rectangle.
See Also