C# Class WindowlessControls.WindowsCEBitmap

Inheritance: PlatformBitmap
Afficher le fichier Open project: koush/WindowlessControls

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( Graphics g, Rectangle dstRect, Rectangle srcRect ) : void
g System.Drawing.Graphics
dstRect System.Drawing.Rectangle
srcRect System.Drawing.Rectangle
Résultat void

GetThumbnail() public méthode

public GetThumbnail ( int width, int height ) : PlatformBitmap
width int
height int
Résultat PlatformBitmap

WindowsCEBitmap() public méthode

public WindowsCEBitmap ( IImage image ) : System
image IImage
Résultat System