| C# | Visual Basic | Visual C++ |
public static List<Imaging..::.Match> Find( Bitmap image, Bitmap feature, Imaging..::.FindOptions options )
Public Shared Function Find ( _ image As Bitmap, _ feature As Bitmap, _ options As Imaging..::.FindOptions _ ) As List(Of Imaging..::.Match)
public: static List<Imaging..::.Match^>^ Find( Bitmap^ image, Bitmap^ feature, Imaging..::.FindOptions^ options )
- image (Bitmap)
- The image to search in.
- feature (Bitmap)
- The image to search for.
- options (Imaging..::.FindOptions)
- A Imaging..::.FindOptions instance that defines the options for the search.
A list of Imaging..::.Matches found.
| Exception | Condition |
|---|---|
| ArgumentNullException | If image is null. |
| ArgumentNullException | If feature is null. |
| ArgumentException | If the feature is greater in size
than the image. |
| ArgumentException | If the bitmap format of the feature
cannot be converted to that of the image. |
