GlobalsBridgeMatch メソッド (String, Bitmap, MatchResult)

テンプレート画像に類似する一つの画像を探します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public bool Match(
	string identifier,
	Bitmap sourceImage,
	out MatchResult result
)

パラメーター

identifier
型: SystemString
識別キー
sourceImage
型: System.DrawingBitmap
探索元の画像
result
型: KeyToKey.PluginsMatchResult
探索結果

戻り値

型: Boolean
類似画像が見つかったかどうかを返します。

実装

IGlobalsMatch(String, Bitmap, MatchResult)
関連項目