The GetControlPointsLocation Method is available in LEADTOOLS Document and Medical Imaging toolkits.
AnnTextPointerEditDesigner implementation of AnnRectangleEditDesigner.GetControlPointsLocation.| Visual Basic (Declaration) | |
|---|---|
Overrides Public Function GetControlPointsLocation() As AnnPoint() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnTextPointerEditDesigner Dim value() As AnnPoint value = instance.GetControlPointsLocation() | |
| C# | |
|---|---|
public override AnnPoint[] GetControlPointsLocation() | |
| C++/CLI | |
|---|---|
public: array<AnnPoint>^ GetControlPointsLocation(); override | |
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code