Unosquare.Labs.LibFprint.FingerprintGallery.Remove C# (CSharp) Method

Remove() public method

Removes a fingerprint from the gallery given its key
public Remove ( string key ) : void
key string The key.
return void
        public void Remove(string key)
        {
            this.Remove(key, true);
        }

Same methods

FingerprintGallery::Remove ( string key, bool rebuild ) : void