Initializes a new instance with the raster
that the source raster will use to derive an Alpha
band.
| [Visual Basic .NET] |
|---|
Public Function InitializeWithRaster( _
ByVal Raster As IAgStkGraphicsRaster _
) As IAgStkGraphicsAlphaFromRasterFilter
|
| [C#] |
|---|
public IAgStkGraphicsAlphaFromRasterFilter InitializeWithRaster(
|
| [Managed C++] |
|---|
public: IAgStkGraphicsAlphaFromRasterFilter^ InitializeWithRaster(
|
| [Java] |
|---|
public IAgStkGraphicsAlphaFromRasterFilter initializeWithRaster(
|
| [Unmanaged C++] |
|---|
public: HRESULT InitializeWithRaster(
|
- Raster
- The raster the source raster will use to derive an Alpha band.