This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterXformer2 Interface > IRasterXformer2.PixelReader Property (ArcObjects .NET 10.4 SDK) |
The current pixel reader for reading source pixels.
[Visual Basic .NET] Public Property PixelReader As IPixelReader
[C#] public IPixelReader PixelReader {get; set;}
[C++]
HRESULT get_PixelReader(
IPixelReader** ppReader
);
[C++]
HRESULT putref_PixelReader(
IPixelReader* ppReader
);
[C++]
Parameters ppReader [out, retval]
ppReader is a parameter of type IPixelReader ppReader [in]
ppReader is a parameter of type IPixelReader