IGlobalsShowImageAsync メソッド

画像を表示できるウィンドウを表示します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
Task<IWindowController> ShowImageAsync(
	Bitmap bitmap,
	string title
)

パラメーター

bitmap
型: System.DrawingBitmap
表示する画像
title
型: SystemString
ウィンドウタイトル

戻り値

型: TaskIWindowController
IWindowController
関連項目