C# 클래스 CaptchaImage.CaptchaImage

Summary description for CaptchaImage.
파일 보기 프로젝트 열기: adlnet/3D-Repository 1 사용 예제들

공개 메소드들

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

Initializes a new instance of the CaptchaImage class using the specified text, width and height.

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

Initializes a new instance of the CaptchaImage class using the specified text, width, height and font family.

Dispose ( ) : void

Releases all resources used by this object.

보호된 메소드들

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

Custom Dispose method to clean up unmanaged resources.

비공개 메소드들

메소드 설명
GenerateImage ( ) : void

Creates the bitmap image.

SetDimensions ( int width, int height ) : void

Sets the image width and height.

SetFamilyName ( string familyName ) : void

Sets the font used for the image text.

메소드 상세

CaptchaImage() 공개 메소드

Initializes a new instance of the CaptchaImage class using the specified text, width and height.
public CaptchaImage ( string s, int width, int height ) : System
s string
width int
height int
리턴 System

CaptchaImage() 공개 메소드

Initializes a new instance of the CaptchaImage class using the specified text, width, height and font family.
public CaptchaImage ( string s, int width, int height, string familyName ) : System
s string
width int
height int
familyName string
리턴 System

Dispose() 공개 메소드

Releases all resources used by this object.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Custom Dispose method to clean up unmanaged resources.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void