|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Field Summary | |
---|---|
string | artist |
string | camera |
System.Collections.Hashtable | codecs |
string | copyright |
string | description |
string | filename |
string | format |
int | frames |
int | height |
System.Drawing.Imaging.PixelFormat | pixelFormat |
int | width |
Constructor Summary | |
---|---|
ImageFile(string filename) |
Property Summary | |
---|---|
string | Artist |
string | Camera |
string | Copyright |
string | Description |
string | Format |
int | Frames |
int | Height |
System.Drawing.Imaging.PixelFormat | PixelFormat |
int | Width |
Method Summary | |
---|---|
string | Dump() |
System.Drawing.Imaging.ImageCodecInfo | GetCodec(System.Guid id) |
void | ReadMetadata() |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
protected string artist
protected string camera
private System.Collections.Hashtable codecs
protected string copyright
protected string description
protected string filename
protected string format
protected int frames
protected int height
protected System.Drawing.Imaging.PixelFormat pixelFormat
protected int width
Constructor Detail |
---|
public ImageFile(string filename)
Property Detail |
---|
public string Artist
public string Camera
public string Copyright
public string Description
public string Format
public int Frames
public int Height
public System.Drawing.Imaging.PixelFormat PixelFormat
public int Width
Method Detail |
---|
public string Dump()
private System.Drawing.Imaging.ImageCodecInfo GetCodec(System.Guid id)
protected void ReadMetadata()
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |