C# Class PixelFarm.Agg.ActualImage

Inheritance: PixelFarm.Drawing.Image
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
ActualImage ( int width, int height, PixelFormat format ) : System
Dispose ( ) : void
GetBuffer ( ActualImage img ) : byte[]

Method Details

ActualImage() public méthode

public ActualImage ( int width, int height, PixelFormat format ) : System
width int
height int
format PixelFormat
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetBuffer() public static méthode

public static GetBuffer ( ActualImage img ) : byte[]
img ActualImage
Résultat byte[]