This document is archived and information here might be outdated.  Recommended version.


IPixelInspectionWindow.DisplayPixels Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IP > IPixelInspectionWindow Interface > IPixelInspectionWindow.DisplayPixels Method
ArcGIS Developer Help

IPixelInspectionWindow.DisplayPixels Method

Map location to inspect the pixels.

[Visual Basic .NET]
Public Sub DisplayPixels ( _
    ByVal action As Integer, _
    ByVal point As IPoint, _
    ByVal pDisplay As IDisplay _
)
[C#]
public void DisplayPixels (
    int action,
    IPoint point,
    IDisplay pDisplay
);

Product Availability

Available with ArcGIS Desktop.

See Also

IPixelInspectionWindow Interface