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


IPixelInspectionWindow.DisplayPixels Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (ArcMapUI)  

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