SearchImage

SearchImage class

Represents an image to search.

public class SearchImage

Methods

Name Description
static Create(Stream) Creates an image from a stream to search.
static Create(string) Creates an image from a file to search.
static Create(Stream, int) Creates an image from a stream to search.
static Create(string, int) Creates an image from a file to search.

See Also