This document is archived and information here might be outdated. Recommended version. |
Defines how the raster is painted.
[Visual Basic .NET] Public Property Method As esriRasterPaintMethod
[C#] public esriRasterPaintMethod Method {get; set;}
[C++]
HRESULT get_Method(
esriRasterPaintMethod* pMethod
);
[C++]
HRESULT put_Method(
esriRasterPaintMethod pMethod
);
[C++]
Parameters pMethod [out, retval]
pMethod is a parameter of type esriRasterPaintMethod* pMethod [in]
pMethod is a parameter of type esriRasterPaintMethod