C# 클래스 Subtext.Web.Controls.Captcha.CaptchaImage

상속: IDisposable
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 메소드들

메소드 설명
CaptchaImage ( ) : System

Initializes a new instance of the CaptchaImage class.

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose ( bool disposing ) : void

Disposes the Captcha image.

GenerateImage ( ) : void

Generates a new Captcha image.

비공개 메소드들

메소드 설명
GenerateImagePrivate ( ) : Bitmap
RandomPoint ( int xmin, int xmax, int ymin, int ymax ) : PointF

메소드 상세

CaptchaImage() 공개 메소드

Initializes a new instance of the CaptchaImage class.
public CaptchaImage ( ) : System
리턴 System

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

Disposes the Captcha image.
public Dispose ( bool disposing ) : void
disposing bool if set to true [disposing].
리턴 void

GenerateImage() 공개 메소드

Generates a new Captcha image.
public GenerateImage ( ) : void
리턴 void