IBitmapUtilsScale メソッド

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

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

パラメーター

bitmap
型: System.DrawingBitmap

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

widthScale (Optional)
型: SystemDouble

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

heightScale (Optional)
型: SystemDouble

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

戻り値

型: Bitmap

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

関連項目