STK AgGraphicsPluginSend comments on this topic.
SetFromMemory Method (IAgStkGraphicsPluginRasterDataBits)
See Also
NumberOfBytes
Buffer
Windows





Windows & Linux

Description

Set a raster from an array.

Syntax

[Visual Basic .NET]
Public Sub SetFromMemory( _
    ByVal NumberOfBytes As UInteger, _
    ByVal Buffer As Byte _
)
[C#]
public void SetFromMemory(
    uint NumberOfBytes,
    Byte Buffer
);
[Managed C++]
public: void SetFromMemory(
    uint NumberOfBytes,
    Byte ^ Buffer
);
[Unmanaged C++]
public: HRESULT SetFromMemory(
    uint NumberOfBytes,
    Byte * Buffer
);
[Java]
public void setFromMemory(
    long NumberOfBytes,
    Byte Buffer
);

Parameters

NumberOfBytes
Buffer

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.