ImageCloud
 All Classes Namespaces Functions Variables Enumerations Properties Events
Public Member Functions | Properties
VisWpf.ImageInfo.ImageInfoContainer Class Reference

Represents information about a image. More...

List of all members.

Public Member Functions

 ImageInfoContainer (Uri imageUri, Signature unclusteredSignature, Signature clusteredSignature, TimeSpan extractionTime)
 Creates a new ImageInfoContainer object.

Properties

Uri ImageUri [get, set]
 Gets or sets the Image Uri.
BitmapSource SignatureImage [get, set]
 Gets or sets the SignatureImage of this ImageInfoContainer.
TimeSpan SignatureExtractionTime [get]
 Returns the TimeSpan that it took to extract the Signature from the Image.
string Name [get]
 Returns the last part of the images uri.
string ClusteredSignatureInfo [get]
 Creates information about the Clustered Image.
string UnclusteredSignatureInfo [get]
 Creates information about the Unclustered Image.

Detailed Description

Represents information about a image.


Constructor & Destructor Documentation

VisWpf.ImageInfo.ImageInfoContainer.ImageInfoContainer ( Uri  imageUri,
Signature  unclusteredSignature,
Signature  clusteredSignature,
TimeSpan  extractionTime 
)

Creates a new ImageInfoContainer object.

Parameters:
imageUriThe uri of the image
unclusteredSignatureThe clustered Signature
clusteredSignatureThe unclustered Signature
extractionTimeThe Signature extraction time

Property Documentation

string VisWpf.ImageInfo.ImageInfoContainer.ClusteredSignatureInfo
get

Creates information about the Clustered Image.

Uri VisWpf.ImageInfo.ImageInfoContainer.ImageUri
getset

Gets or sets the Image Uri.

string VisWpf.ImageInfo.ImageInfoContainer.Name
get

Returns the last part of the images uri.

TimeSpan VisWpf.ImageInfo.ImageInfoContainer.SignatureExtractionTime
get

Returns the TimeSpan that it took to extract the Signature from the Image.

BitmapSource VisWpf.ImageInfo.ImageInfoContainer.SignatureImage
getset

Gets or sets the SignatureImage of this ImageInfoContainer.

string VisWpf.ImageInfo.ImageInfoContainer.UnclusteredSignatureInfo
get

Creates information about the Unclustered Image.


The documentation for this class was generated from the following file: