Get an interface to set a raster from a
bitmap.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property RasterAsBitmap() As IAgStkGraphicsPluginRasterBitmap
|
| [C#] |
|---|
public IAgStkGraphicsPluginRasterBitmap RasterAsBitmap {get;}
|
| [Managed C++] |
|---|
public: __property IAgStkGraphicsPluginRasterBitmap^ get_RasterAsBitmap();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_RasterAsBitmap(
|
| [Java] |
|---|
public IAgStkGraphicsPluginRasterBitmap getRasterAsBitmap();
|