ImageHelperLDPic Method | Helper帮助文档 |
调整光暗
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Bitmap LDPic( Bitmap mybm, int width, int height, int val )
Public Function LDPic ( mybm As Bitmap, width As Integer, height As Integer, val As Integer ) As Bitmap
public: Bitmap^ LDPic( Bitmap^ mybm, int width, int height, int val )
member LDPic : mybm : Bitmap * width : int * height : int * val : int -> Bitmap
Parameters
- mybm
- Type: System.DrawingBitmap
原始图片 - width
- Type: SystemInt32
原始图片的长度 - height
- Type: SystemInt32
原始图片的高度 - val
- Type: SystemInt32
增加或减少的光暗值
Return Value
Type: Bitmap[Missing <returns> documentation for "M:HD.Common.ImageHelper.LDPic(System.Drawing.Bitmap,System.Int32,System.Int32,System.Int32)"]
See Also