C# 클래스 SensorShare.ImageAnnotation

상속: AnnotationBase
파일 보기 프로젝트 열기: MarkPaxton/SensorShare3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Comment string
ImageData byte[]

공개 메소드들

메소드 설명
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

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

ImageAnnotation() 공개 메소드

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
리턴 System

ImageAnnotation() 공개 메소드

public ImageAnnotation ( byte data ) : System
data byte
리턴 System

프로퍼티 상세

Comment 공개적으로 프로퍼티

public string Comment
리턴 string

ImageData 공개적으로 프로퍼티

public byte[] ImageData
리턴 byte[]