C# 클래스 Decision.Utility.DefaultImageGenerator

Represents default implementation to generate captcha image.
파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
DefaultImageGenerator ( ) : System

Initializes a new instance of the T:System.Object class.

Generate ( string text ) : Bitmap

메소드 상세

DefaultImageGenerator() 공개 메소드

Initializes a new instance of the T:System.Object class.
public DefaultImageGenerator ( ) : System
리턴 System

Generate() 공개 메소드

public Generate ( string text ) : Bitmap
text string
리턴 System.Drawing.Bitmap