Converts this
AnnSize structure to a SizeF structure.
'Declaration
Public Function ToSizeF() As SizeF
'Usage
Dim instance As AnnSize
Dim value As SizeF
value = instance.ToSizeF()
Return Value
A SizeF structure containing the converted
AnnSize structure.