Rectangle.Round
Rectangle.Round method
Converts the specified RectangleF to a Rectangle by rounding the RectangleF values to the nearest integer values.
public static Rectangle Round(RectangleF value)
Parameter | Type | Description |
---|---|---|
value | RectangleF | The RectangleF to be converted. |
Return Value
A Rectangle.
See Also
- struct RectangleF
- struct Rectangle
- namespace System.Drawing
- assembly Aspose.Drawing