ArcObjects Library Reference (GeoDatabase)  

IPnt Interface

Provides access to members that control a portable point.

Product Availability

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

When To Use

The DblPnt object is used by raster objects, including the Raster, RasterBand, and PixelBlock, to specify coordinates or extent information.

Members

Description
Method Convert2Point Set Esri's Point Object from Pnt.
Method Set2Point Reset from Esri's Point Object.
Method SetCoords Set X and Y coordinates of the point.
Read/write property X X coordinate of the point.
Read/write property Y Y coordinate of the point.

CoClasses that implement IPnt

CoClasses and Classes Description
Pnt A 2D point for representing raster dimension and location in pixels.