Property | Type | Description | |
---|---|---|---|
biBitCount | |||
biClrImportant | |||
biClrUsed | |||
biCompression | |||
biHeight | |||
biPlanes | |||
biSize | |||
biSizeImage | |||
biWidth | |||
biXPelsPerMeter | |||
biYPelsPerMeter |
Method | Description | |
---|---|---|
Read ( Stream stream ) : |
||
ToString ( ) : string | ||
Write ( |
||
Write ( Stream s ) : void |
Method | Description | |
---|---|---|
readInt16 ( Stream fs ) : short | ||
readInt32 ( Stream fs ) : int | ||
readUInt16 ( Stream fs ) : ushort | ||
readUInt32 ( Stream fs ) : uint |
public static Read ( Stream stream ) : |
||
stream | Stream | |
return |