VerifyCodeHelper.TwistImage Method

HD.Common

VerifyCodeHelperTwistImage Method Helper帮助文档
正弦曲线Wave扭曲图片

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

public Bitmap TwistImage(
	Bitmap srcBmp,
	bool bXDir,
	double dMultValue,
	double dPhase
)
Public Function TwistImage ( 
	srcBmp As Bitmap,
	bXDir As Boolean,
	dMultValue As Double,
	dPhase As Double
) As Bitmap
public:
Bitmap^ TwistImage(
	Bitmap^ srcBmp, 
	bool bXDir, 
	double dMultValue, 
	double dPhase
)
member TwistImage : 
        srcBmp : Bitmap * 
        bXDir : bool * 
        dMultValue : float * 
        dPhase : float -> Bitmap 

Parameters

srcBmp
Type: System.DrawingBitmap
图片路径
bXDir
Type: SystemBoolean
如果扭曲则选择为True
dMultValue
Type: SystemDouble

[Missing <param name="dMultValue"/> documentation for "M:HD.Common.VerifyCodeHelper.TwistImage(System.Drawing.Bitmap,System.Boolean,System.Double,System.Double)"]

dPhase
Type: SystemDouble
波形的起始相位,取值区间[0-2*PI)

Return Value

Type: Bitmap

[Missing <returns> documentation for "M:HD.Common.VerifyCodeHelper.TwistImage(System.Drawing.Bitmap,System.Boolean,System.Double,System.Double)"]

See Also

Reference