ImageHelper.FD Method

HD.Common

ImageHelperFD Method Helper帮助文档
浮雕处理

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

public Bitmap FD(
	Bitmap oldBitmap,
	int Width,
	int Height
)
Public Function FD ( 
	oldBitmap As Bitmap,
	Width As Integer,
	Height As Integer
) As Bitmap
public:
Bitmap^ FD(
	Bitmap^ oldBitmap, 
	int Width, 
	int Height
)
member FD : 
        oldBitmap : Bitmap * 
        Width : int * 
        Height : int -> Bitmap 

Parameters

oldBitmap
Type: System.DrawingBitmap
原始图片
Width
Type: SystemInt32
原始图片的长度
Height
Type: SystemInt32
原始图片的高度

Return Value

Type: Bitmap

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

See Also

Reference