| Visual Basic (Declaration) | |
|---|---|
Public Function ToPointF() As PointF | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public PointF ToPointF() | |
| C++/CLI | |
|---|---|
public: PointF ToPointF(); | |
Return Value
A PointF containing the converted AnnPoint.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code