Property | Type | Description | |
---|---|---|---|
TransparentBrush | |||
TransparentColor | Color | ||
TransparentImageAttributes |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Draw ( |
||
From ( Stream bitmapStream ) : |
||
From ( Stream bitmapStream, bool isOpaque ) : |
||
From ( string filename ) : |
||
FromResource ( string name ) : |
||
GetThumbnail ( int width, int height ) : |
||
OptimizeBitmap ( Stream bitmapStream ) : |
||
SafeFrom ( Stream bitmapStream ) : |
||
SafeFrom ( string filename ) : |
Method | Description | |
---|---|---|
IsOpaque ( string filename ) : bool | ||
PlatformBitmap ( ) : System |
public abstract Draw ( |
||
g | ||
dstRect | ||
srcRect | ||
return | void |
public static From ( Stream bitmapStream ) : |
||
bitmapStream | Stream | |
return |
public static From ( Stream bitmapStream, bool isOpaque ) : |
||
bitmapStream | Stream | |
isOpaque | bool | |
return |
public static From ( string filename ) : |
||
filename | string | |
return |
public static FromResource ( string name ) : |
||
name | string | |
return |
public abstract GetThumbnail ( int width, int height ) : |
||
width | int | |
height | int | |
return |
public static OptimizeBitmap ( Stream bitmapStream ) : |
||
bitmapStream | Stream | |
return |
public static SafeFrom ( Stream bitmapStream ) : |
||
bitmapStream | Stream | |
return |
public static SafeFrom ( string filename ) : |
||
filename | string | |
return |
public static SolidBrush,System.Drawing TransparentBrush | ||
return |