Size.Round
Size.Round method
Converts the specified SizeF structure to a Size structure by rounding the values of the SizeF structure to the nearest integer values.
public static Size Round(SizeF value)
Parameter | Type | Description |
---|---|---|
value | SizeF | The SizeF structure to convert. |
Return Value
The Size structure this method converts to.
See Also
- struct SizeF
- struct Size
- namespace System.Drawing
- assembly Aspose.Drawing