Rectangle.Truncate
Rectangle.Truncate method
Converts the specified RectangleF to a Rectangle by truncating the RectangleF values.
public static Rectangle Truncate(RectangleF value)
Parameter | Type | Description |
---|---|---|
value | RectangleF | The RectangleF to be converted. |
Return Value
The truncated value of the Rectangle.
See Also
- struct RectangleF
- struct Rectangle
- namespace System.Drawing
- assembly Aspose.Drawing