Ejemplo n.º 1
0
 /// <summary>
 /// Gets a new <see cref="ExifShort"/> instance for the <see cref="ExifTag.TileByteCounts"/> tag.
 /// </summary>
 /// <param name="value">The value.</param>
 /// <returns>A new <see cref="ExifShort"/> instance.</returns>
 public static ExifShort TileByteCounts(ushort value) => ExifShort.Create(ExifTag.TileByteCounts, value);
Ejemplo n.º 2
0
 /// <summary>
 /// Gets a new <see cref="ExifShort"/> instance for the <see cref="ExifTag.ImageLayer"/> tag.
 /// </summary>
 /// <param name="value">The value.</param>
 /// <returns>A new <see cref="ExifShort"/> instance.</returns>
 public static ExifShort ImageLayer(ushort value) => ExifShort.Create(ExifTag.ImageLayer, value);
Ejemplo n.º 3
0
 /// <summary>
 /// Gets a new <see cref="ExifShort"/> instance for the <see cref="ExifTag.StripOffsets"/> tag.
 /// </summary>
 /// <param name="value">The value.</param>
 /// <returns>A new <see cref="ExifShort"/> instance.</returns>
 public static ExifShort StripOffsets(ushort value) => ExifShort.Create(ExifTag.StripOffsets, value);