DisplayChunkGetRaster Method |
Gets the raster for this chunk.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public byte[] GetRaster()
Public Function GetRaster As Byte()
public:
array<unsigned char>^ GetRaster()
member GetRaster : unit -> byte[]
Return Value
Type:
ByteThe raster for this chunk.
See Also