C# Class SensorShare.ImageAnnotation

Inheritance: AnnotationBase
Afficher le fichier Open project: MarkPaxton/SensorShare3 Class Usage Examples

Méthodes publiques

Свойство Type Description
Comment string
ImageData byte[]

Méthodes publiques

Méthode Description
GetBytes ( ) : byte[]
ImageAnnotation ( System.Guid id, System.Guid server_id, System.Guid author_id, System.DateTime time, string author, string comment, byte imageData ) : System
ImageAnnotation ( byte data ) : System

Method Details

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

ImageAnnotation() public méthode

public ImageAnnotation ( System.Guid id, System.Guid server_id, System.Guid author_id, System.DateTime time, string author, string comment, byte imageData ) : System
id System.Guid
server_id System.Guid
author_id System.Guid
time System.DateTime
author string
comment string
imageData byte
Résultat System

ImageAnnotation() public méthode

public ImageAnnotation ( byte data ) : System
data byte
Résultat System

Property Details

Comment public_oe property

public string Comment
Résultat string

ImageData public_oe property

public byte[] ImageData
Résultat byte[]