DK11 for Delphi | GisTypesUI.TGIS_BitmapAbstract.Clear | Fields | Methods | Properties
Clear the bitmap with a color
// Delphi public procedure Clear( const _color : TGIS_Color ); virtual; abstract;
// C++ Builder public: virtual void Clear( TGIS_Color* const _color ) = 0;
Name | Type | Description |
---|---|---|
_color | TGIS_Color | the color to clear with |