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


IRasterRenderer.Draw Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterRenderer.Draw Method

Draws the raster on the display.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal Raster As IRaster, _
    ByVal DrawPhase As esriDrawPhase, _
    ByVal pDisplay As IDisplay, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void Draw (
    IRaster Raster,
    esriDrawPhase DrawPhase,
    IDisplay pDisplay,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT Draw(
  IRaster* Raster,
  esriDrawPhase DrawPhase,
  IDisplay* pDisplay,
  ITrackCancel* pTrackCancel
);
[C++]

Parameters Raster [in]
Raster is a parameter of type IRaster DrawPhase [in]
DrawPhase is a parameter of type esriDrawPhase pDisplay [in]
pDisplay is a parameter of type IDisplay pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterRenderer Interface