TemplateImage コンストラクター

コンストラクタ

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public TemplateImage(
	string path,
	int width = -1,
	int height = -1
)

パラメーター

path
型: SystemString
テンプレート画像のパス
width (Optional)
型: SystemInt32
画像の横幅
height (Optional)
型: SystemInt32
画像の高さ
関連項目