This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRaster2 Interface > IRaster2.ToPixelColumn Method (ArcObjects .NET 10.5 SDK) |
Maps a x coordinate in map space to the pixel column.
[Visual Basic .NET] Public Function ToPixelColumn ( _ ByVal x As Double _ ) As Integer
[C#] public int ToPixelColumn ( double x );
[C++]
HRESULT ToPixelColumn(
double x,
long* pColumn
);
[C++]
Parameters x [in] x is a parameter of type double pColumn [out, retval] pColumn is a parameter of type long