This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Structures > T > tagPOINT Structure (ArcObjects .NET 10.4 SDK) |
[Visual Basic .NET] Public Sub New ( _ x As Integer, y As Integer )
[C#] public tagPOINT { int x, int y )
[C++]
typedef struct tagPOINT {
long x;
long y; } tagPOINT;