Class FrameTagsChunk
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FasterGames.Aseprite.Editor.Library.Chunks
Assembly: cs.temp.dll.dll
Syntax
public class FrameTagsChunk : Chunk
Constructors
FrameTagsChunk(UInt32, BinaryReader)
Declaration
public FrameTagsChunk(uint length, BinaryReader reader)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt32 | length | |
| System.IO.BinaryReader | reader |
Properties
TagCount
Declaration
public ushort TagCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
Tags
Declaration
public List<FrameTag> Tags { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<FrameTag> |