Method | Description | |
---|---|---|
AdjustRippleEffect ( |
水波紋效果
|
|
GetCaptcha ( string text, string fontName, string backgroundImagePath, int width, int height, int fontSize, short waterEffect = 10 ) : |
製作Captcha
|
public AdjustRippleEffect ( |
||
src | ||
nWave | short | 坡度 |
return |
public GetCaptcha ( string text, string fontName, string backgroundImagePath, int width, int height, int fontSize, short waterEffect = 10 ) : |
||
text | string | 文字 |
fontName | string | 字體名稱 |
backgroundImagePath | string | 採樣的背景圖 |
width | int | 結果的圖片寬度 |
height | int | 結果的圖片高度 |
fontSize | int | 字體大小 |
waterEffect | short | 增加漣漪複雜度 |
return |