Returns a new Size copied from the supplied SizeF. Coordinates will be truncated to integers.
Syntax

[C#]

static Size Truncate(SizeF sz);

[Visual Basic]

Shared Function Truncate(sz As SizeF) As Size
Params
Name Description
sz The SizeF.
return The new resultant size.
Notes

None.

Example

None.