C# Class WindowlessControls.WindowsCEBitmap

Inheritance: PlatformBitmap
Show file Open project: koush/WindowlessControls

Public Methods

Method Description
Dispose ( ) : void
Draw ( Graphics g, Rectangle dstRect, Rectangle srcRect ) : void
GetThumbnail ( int width, int height ) : PlatformBitmap
WindowsCEBitmap ( IImage image ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( Graphics g, Rectangle dstRect, Rectangle srcRect ) : void
g System.Drawing.Graphics
dstRect System.Drawing.Rectangle
srcRect System.Drawing.Rectangle
return void

GetThumbnail() public method

public GetThumbnail ( int width, int height ) : PlatformBitmap
width int
height int
return PlatformBitmap

WindowsCEBitmap() public method

public WindowsCEBitmap ( IImage image ) : System
image IImage
return System