C# Class Sharpex2D.Rendering.OpenGL.BitmapFont

Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Méthode Description
DrawTextToBitmap ( string text, System font, Color color ) : Bitmap

Draws the text into a bitmap.

Method Details

DrawTextToBitmap() public static méthode

Draws the text into a bitmap.
public static DrawTextToBitmap ( string text, System font, Color color ) : Bitmap
text string The Text.
font System The Font.
color System.Drawing.Color The Color.
Résultat System.Drawing.Bitmap