Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Draw ( |
||
From ( string filename ) : |
||
GetThumbnail ( int width, int height ) : |
||
SafeFrom ( string filename ) : |
||
StandardBitmap ( |
||
StandardBitmap ( Stream stream ) : System | ||
StandardBitmap ( int width, int height ) : System |
public Draw ( |
||
g | ||
dstRect | ||
srcRect | ||
return | void |
public static From ( string filename ) : |
||
filename | string | |
return |
public GetThumbnail ( int width, int height ) : |
||
width | int | |
height | int | |
return |
public static SafeFrom ( string filename ) : |
||
filename | string | |
return |
public StandardBitmap ( |
||
bitmap | ||
return | System |
public StandardBitmap ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public StandardBitmap ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |