The ToAnnPoint Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Converts this
AnnSize structure to an
AnnPoint structure.
Syntax
Visual Basic (Declaration) | |
---|
Public Function ToAnnPoint() As AnnPoint |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnSize
Dim value As AnnPoint
value = instance.ToAnnPoint() |
Return Value
An
AnnPoint 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