DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.setBmpTransparent | Constructors | Fields | Methods | Properties | Events
Fills provided _bitmap array with Alpha value = $FF (full transparent).
// Delphi protected procedure setBmpTransparent( const _bitmap : TGIS_Pixels );
// C++ Builder protected: void setBmpTransparent( TGIS_Pixels* const _bitmap );
Name | Type | Description |
---|---|---|
_bitmap | TGIS_Pixels | allocated bitmap(with/height ratio of the _bitmap should be the same as width/height ration of the _extent) |