GIRasterImagePaletteData
Method
|
Retrieves the palette in BMP format of this
raster image object.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
25.3.0.0
Syntax
public byte[] PaletteData()
Public Function PaletteData As Byte()
public:
array<unsigned char>^ PaletteData()
member PaletteData : unit -> byte[]
Return Value
Byte
See Also