| C# | Visual Basic | Visual C++ |
public static bool TryFindSingle( Bitmap image, Bitmap feature, out Imaging..::.Match match )
Public Shared Function TryFindSingle ( _ image As Bitmap, _ feature As Bitmap, _ <OutAttribute> ByRef match As Imaging..::.Match _ ) As Boolean
public: static bool TryFindSingle( Bitmap^ image, Bitmap^ feature, [OutAttribute] Imaging..::.Match^% match )
- image (Bitmap)
- The image to search in.
- feature (Bitmap)
- The image to search for.
- match ( Imaging..::.Match %)
- The first or best Imaging..::.Match found (as specified in the Default options), null if the search failed for any reason or no match was found.
True if a match was found, false otherwise.
