The ToPointF Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Converts this
AnnPoint to a PointF.
Syntax
Visual Basic (Declaration) | |
---|
Public Function ToPointF() As PointF |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnPoint
Dim value As PointF
value = instance.ToPointF() |
C++/CLI | |
---|
public:
PointF ToPointF(); |
Return Value
A PointF containing the converted
AnnPoint.
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