C# 클래스 CaptchaByPass.RandomImage

파일 보기 프로젝트 열기: candanbolukbas/Secure-Programming-Samples

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

RandomImage() 공개 메소드

public RandomImage ( ) : System
리턴 System

RandomImage() 공개 메소드

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