ToSize
Converts the SizeF to a Size.
Syntax
[C#]
Size ToSize();
[Visual Basic]
Function ToSize() As Size
Params
Name
Description
return
The Size value.
Notes
None.
Example
None.