C# 클래스 Carrotware.Web.UI.Components.CaptchaImage

파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS-MVC 1 사용 예제들

공개 메소드들

메소드 설명
DecodeColor ( string ColorCode ) : string
EncodeColor ( string ColorCode ) : string
GetCachedCaptcha ( ) : Bitmap
GetCaptchaImage ( Color fg, Color bg, Color n ) : Bitmap
Validate ( string testValue ) : bool

메소드 상세

DecodeColor() 공개 정적인 메소드

public static DecodeColor ( string ColorCode ) : string
ColorCode string
리턴 string

EncodeColor() 공개 정적인 메소드

public static EncodeColor ( string ColorCode ) : string
ColorCode string
리턴 string

GetCachedCaptcha() 공개 정적인 메소드

public static GetCachedCaptcha ( ) : Bitmap
리턴 System.Drawing.Bitmap

GetCaptchaImage() 공개 정적인 메소드

public static GetCaptchaImage ( Color fg, Color bg, Color n ) : Bitmap
fg Color
bg Color
n Color
리턴 System.Drawing.Bitmap

Validate() 공개 정적인 메소드

public static Validate ( string testValue ) : bool
testValue string
리턴 bool