C# Class PixelFarm.Drawing.Fonts.GlyphImage

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
GetImageBuffer ( ) : int[]
GlyphImage ( int w, int h ) : System
SetImageBuffer ( int pixelBuffer, bool isBigEndian ) : void

Method Details

GetImageBuffer() public méthode

public GetImageBuffer ( ) : int[]
Résultat int[]

GlyphImage() public méthode

public GlyphImage ( int w, int h ) : System
w int
h int
Résultat System

SetImageBuffer() public méthode

public SetImageBuffer ( int pixelBuffer, bool isBigEndian ) : void
pixelBuffer int
isBigEndian bool
Résultat void