C# 클래스 CaptchaImage, getputs

파일 보기 프로젝트 열기: vatsal/getputs 1 사용 예제들

공개 메소드들

메소드 설명
CaptchaImage ( string s, int width, int height ) : System
CaptchaImage ( string s, int width, int height, string familyName ) : System
Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
GenerateImage ( ) : void
SetDimensions ( int width, int height ) : void
SetFamilyName ( string familyName ) : void

메소드 상세

CaptchaImage() 공개 메소드

public CaptchaImage ( string s, int width, int height ) : System
s string
width int
height int
리턴 System

CaptchaImage() 공개 메소드

public CaptchaImage ( string s, int width, int height, string familyName ) : System
s string
width int
height int
familyName string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void