This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control a portable point.
The DblPnt object is used by raster objects, including the Raster, RasterBand, and PixelBlock, to specify coordinates or extent information.
Name | Description | |
---|---|---|
Convert2Point | Set Esri's Point Object from Pnt. | |
Set2Point | Reset from Esri's Point Object. | |
SetCoords | Set X and Y coordinates of the point. | |
X | X coordinate of the point. | |
Y | Y coordinate of the point. |
Classes | Description |
---|---|
DblPnt (esriDataSourcesRaster) | A simple point class. |
Pnt | A 2D point for representing raster dimension and location in pixels. |