DK11 for Delphi | GisPixelFilter.TGIS_PixelFilterAbstract.prepareMask | Constructors | Fields | Methods | Properties | Events
Prepares mask array from a string representation(comma-separated integers).
// Delphi protected procedure prepareMask( const _str : String; var _mask : TGIS_SingleArray );
// C++ Builder protected: void prepareMask( const UnicodeString _str, TGIS_SingleArray* &_mask );
Name | Type | Description |
---|---|---|
_str | String | string representation of the mask |
_mask | TGIS_SingleArray | destination array |