Show / Hide Table of Contents

Class FrameTagsChunk

Inheritance
System.Object
Chunk
FrameTagsChunk
Inherited Members
Chunk.HEADER_SIZE
Chunk.Frame
Chunk.Length
Chunk.ChunkType
Chunk.ReadChunk(Frame, BinaryReader)
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>
In This Article
Back to top Copyright FasterGames ©