DK11 for Delphi | GisPixelFilter.TGIS_PixelFilterAbstract.maskToString | Constructors | Fields | Methods | Properties | Events
Prepares a string representation of a mask array.
// Delphi protected function maskToString( var _mask : TGIS_SingleArray ) : String;
// C++ Builder protected: UnicodeString maskToString( TGIS_SingleArray* &_mask );
Name | Type | Description |
---|---|---|
_mask | TGIS_SingleArray | mask array |
Type | Description |
---|---|
String | String representation of the mask. |