C# Class Decision.Utility.DefaultImageGenerator

Represents default implementation to generate captcha image.
Afficher le fichier Open project: rabbal/Decision

Méthodes publiques

Méthode Description
DefaultImageGenerator ( ) : System

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

Generate ( string text ) : Bitmap

Method Details

DefaultImageGenerator() public méthode

Initializes a new instance of the T:System.Object class.
public DefaultImageGenerator ( ) : System
Résultat System

Generate() public méthode

public Generate ( string text ) : Bitmap
text string
Résultat System.Drawing.Bitmap