Exemple #1
0
 /// <summary>
 /// Creates a new instance from a set of headers and properties.
 /// </summary>
 /// <param name="Headers">Image headers.</param>
 /// <param name="Properties">Image properties.</param>
 protected Image(ICHV Headers, Dictionary <Type, ImageProperties> Properties) : this(Headers)
 { PropertiesDictionary = Properties; }
Exemple #2
0
 /// <summary>
 /// Creates a new instance from a set of headers.
 /// </summary>
 /// <param name="Headers">Image headers.</param>
 protected Image(ICHV Headers) : this(Headers.ImageNumber, Headers.WCS, Headers.Header, Headers.Width, Headers.Height)
 {
 }