The ToSizeF Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Converts this
AnnSize structure to a SizeF structure.
Syntax
Visual Basic (Declaration) | |
---|
Public Function ToSizeF() As SizeF |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnSize
Dim value As SizeF
value = instance.ToSizeF() |
C# | |
---|
public SizeF ToSizeF() |
C++/CLI | |
---|
public:
SizeF ToSizeF(); |
Return Value
A SizeF structure containing the converted
AnnSize structure.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also