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 | ||
---|---|---|
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. |
CoClasses that implement IPnt
CoClasses and Classes | Description |
---|---|
Pnt | A 2D point for representing raster dimension and location in pixels. |