C# 클래스 RippleCaptcha.Helper

파일 보기 프로젝트 열기: donma/RippleCaptcha

공개 메소드들

메소드 설명
AdjustRippleEffect ( Bitmap src, short nWave ) : Bitmap

水波紋效果

GetCaptcha ( string text, string fontName, string backgroundImagePath, int width, int height, int fontSize, short waterEffect = 10 ) : Bitmap

製作Captcha

메소드 상세

AdjustRippleEffect() 공개 메소드

水波紋效果
public AdjustRippleEffect ( Bitmap src, short nWave ) : Bitmap
src System.Drawing.Bitmap
nWave short 坡度
리턴 System.Drawing.Bitmap

GetCaptcha() 공개 메소드

製作Captcha
public GetCaptcha ( string text, string fontName, string backgroundImagePath, int width, int height, int fontSize, short waterEffect = 10 ) : Bitmap
text string 文字
fontName string 字體名稱
backgroundImagePath string 採樣的背景圖
width int 結果的圖片寬度
height int 結果的圖片高度
fontSize int 字體大小
waterEffect short 增加漣漪複雜度
리턴 System.Drawing.Bitmap