This document is archived and information here might be outdated.  Recommended version.


tagPOINT Structure (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

tagPOINT Structure

Syntax

[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;

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

.NET Samples

Implementing a schematic digitizing tool (Code Files: DigitTool)

.NET Related Topics

Transforming envelopes in the display