Rectangle.Ceiling
Rectangle.Ceiling method
Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values.
public static Rectangle Ceiling(RectangleF value)
| Parameter | Type | Description | 
|---|---|---|
| value | RectangleF | The RectangleF structure to be converted. | 
Return Value
Returns a Rectangle.
See Also
- struct RectangleF
 - struct Rectangle
 - namespace Aspose.Drawing
 - assembly Aspose.Drawing.Common