ImageHelper.RevPicUD Method

HD.Common

ImageHelperRevPicUD Method Helper帮助文档
上下翻转

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Bitmap RevPicUD(
	Bitmap mybm,
	int width,
	int height
)
Public Function RevPicUD ( 
	mybm As Bitmap,
	width As Integer,
	height As Integer
) As Bitmap
public:
Bitmap^ RevPicUD(
	Bitmap^ mybm, 
	int width, 
	int height
)
member RevPicUD : 
        mybm : Bitmap * 
        width : int * 
        height : int -> Bitmap 

Parameters

mybm
Type: System.DrawingBitmap
原始图片
width
Type: SystemInt32
原始图片的长度
height
Type: SystemInt32
原始图片的高度

Return Value

Type: Bitmap

[Missing <returns> documentation for "M:HD.Common.ImageHelper.RevPicUD(System.Drawing.Bitmap,System.Int32,System.Int32)"]

See Also

Reference