ImageHelperBWPic Method | Helper帮助文档 |
转换为黑白图片
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Bitmap BWPic( Bitmap mybm, int width, int height )
Public Function BWPic ( mybm As Bitmap, width As Integer, height As Integer ) As Bitmap
public: Bitmap^ BWPic( Bitmap^ mybm, int width, int height )
member BWPic : mybm : Bitmap * width : int * height : int -> Bitmap
Parameters
- mybm
- Type: System.DrawingBitmap
[Missing <param name="mybm"/> documentation for "M:HD.Common.ImageHelper.BWPic(System.Drawing.Bitmap,System.Int32,System.Int32)"]
- width
- Type: SystemInt32
图片的长度 - height
- Type: SystemInt32
图片的高度
Return Value
Type: Bitmap[Missing <returns> documentation for "M:HD.Common.ImageHelper.BWPic(System.Drawing.Bitmap,System.Int32,System.Int32)"]
See Also