ITemplateMatchingImageFactoryCreate メソッド

["M:KeyToKey.Plugins.ITemplateMatchingImageFactory.Create(System.Drawing.Bitmap,System.Boolean,System.Double)"に対する<summary>がありません]

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
ITemplateMatchingImage Create(
	Bitmap bitmap,
	bool grayscale,
	double scale = 1
)

パラメーター

bitmap
型: System.DrawingBitmap

["M:KeyToKey.Plugins.ITemplateMatchingImageFactory.Create(System.Drawing.Bitmap,System.Boolean,System.Double)"に対する<param name="bitmap"/>がありません

grayscale
型: SystemBoolean

["M:KeyToKey.Plugins.ITemplateMatchingImageFactory.Create(System.Drawing.Bitmap,System.Boolean,System.Double)"に対する<param name="grayscale"/>がありません

scale (Optional)
型: SystemDouble

["M:KeyToKey.Plugins.ITemplateMatchingImageFactory.Create(System.Drawing.Bitmap,System.Boolean,System.Double)"に対する<param name="scale"/>がありません

戻り値

型: ITemplateMatchingImage

["M:KeyToKey.Plugins.ITemplateMatchingImageFactory.Create(System.Drawing.Bitmap,System.Boolean,System.Double)"に対する<returns>がありません]

関連項目