C# Class PixelFarm.Agg.ActualImage

Inheritance: PixelFarm.Drawing.Image
Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

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

Method Details

ActualImage() public method

public ActualImage ( int width, int height, PixelFormat format ) : System
width int
height int
format PixelFormat
return System

Dispose() public method

public Dispose ( ) : void
return void

GetBuffer() public static method

public static GetBuffer ( ActualImage img ) : byte[]
img ActualImage
return byte[]