STK AgGraphicsPluginSend comments on this topic.
RasterAsBits Property (IAgStkGraphicsPluginRasterStreamContext)
See Also
Windows





Windows & Linux

Description

Gets an interface to set a raster from an array.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property RasterAsBits() As IAgStkGraphicsPluginRasterDataBits
[C#]
public IAgStkGraphicsPluginRasterDataBits RasterAsBits {get;}
[Managed C++]
public: __property IAgStkGraphicsPluginRasterDataBits ^ get_RasterAsBits();
[Unmanaged C++]
public: HRESULT get_RasterAsBits(
    IAgStkGraphicsPluginRasterDataBits ** ppRetVal
);
[Java]
public IAgStkGraphicsPluginRasterDataBits getRasterAsBits();

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.