STK AgGraphicsPluginSend comments on this topic.
RasterAsBitmap Property (IAgStkGraphicsPluginCustomImageGlobeOverlayContext)
See Also
Windows





Windows & Linux

Description

Get an interface to set a raster from a bitmap.

Property type

Read-only property

Syntax

[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(
    IAgStkGraphicsPluginRasterBitmap ** ppRetVal
);
[Java]
public IAgStkGraphicsPluginRasterBitmap getRasterAsBitmap();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.