|
|
@ -6,7 +6,7 @@ namespace SixLabors.ImageSharp.Formats.Heif; |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Link between <see cref="HeifItem"/> instances within the same HEIF file.
|
|
|
/// Link between <see cref="HeifItem"/> instances within the same HEIF file.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public class HeifItemLink(Heif4CharCode type, uint sourceId) |
|
|
internal class HeifItemLink(Heif4CharCode type, uint sourceId) |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Gets the type of link.
|
|
|
/// Gets the type of link.
|
|
|
|