Class IccTagDataEntry
The data of an ICC tag entry
Inheritance
IccTagDataEntry
Assembly: SixLabors.ImageSharp.dll
Syntax
public abstract class IccTagDataEntry : IEquatable<IccTagDataEntry>
Constructors
|
Improve this Doc
View Source
IccTagDataEntry(IccTypeSignature)
Declaration
protected IccTagDataEntry(IccTypeSignature signature)
Parameters
|
Improve this Doc
View Source
IccTagDataEntry(IccTypeSignature, IccProfileTag)
Declaration
protected IccTagDataEntry(IccTypeSignature signature, IccProfileTag tagSignature)
Parameters
Properties
|
Improve this Doc
View Source
Signature
Declaration
public IccTypeSignature Signature { get; }
Property Value
|
Improve this Doc
View Source
TagSignature
Gets or sets the tag Signature
Declaration
public IccProfileTag TagSignature { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IccTagDataEntry)
Declaration
public virtual bool Equals(IccTagDataEntry other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements