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() |
Managed Extensions for 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also