The ImageInfo type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ImageInfo |
Create a new ImageInfo instance.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load |
Load the meta-data for the image
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Save |
Save the metadata into the .imageinfo file
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| Undefined |
Indicates that the value in question has not been defined
|
Properties
| Name | Description | |
|---|---|---|
| CaptureDate |
Get/set the date/time at which the image was captured.
| |
| CaptureHost |
Get/set the name of the machine where the image was captured.
| |
| CaptureScreenSize |
Get/set the size of the screen where the image was captured.
| |
| Discrepancy |
Get/set the maximum discrepancy to allow when searching for this image.
| |
| Hotspot |
Get the hot spot for the image.
| |
| ImageInfoPath |
Get the path of the .imageinfo file where metadata about this image is stored
| |
| OriginalLocation |
Get the original location of the image.
| |
| Path |
Get the file path of the image
| |
| Size |
Get the size of the image
| |
| Tolerance |
Get/set the tolerance to use when searching for this image.
|
See Also