Round
Returns a new Size copied from the supplied SizeF. Coordinates will be rounded to the nearest integer.
Syntax
[C#]
static Size Round(SizeF sz);
[Visual Basic]
Shared Function Round(sz As SizeF) As Size
Params
Name
Description
sz
The SizeF.
return
The new resultant size.
Notes
None.
Example
None.