Show / Hide Table of Contents

Class CelExtraChunk

Inheritance
System.Object
Chunk
CelExtraChunk
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 CelExtraChunk : Chunk

Constructors

CelExtraChunk(UInt32, BinaryReader)

Declaration
public CelExtraChunk(uint length, BinaryReader reader)
Parameters
Type Name Description
System.UInt32 length
System.IO.BinaryReader reader

Properties

Flags

Declaration
public uint Flags { get; }
Property Value
Type Description
System.UInt32

Height

Declaration
public float Height { get; }
Property Value
Type Description
System.Single

PreciseX

Declaration
public float PreciseX { get; }
Property Value
Type Description
System.Single

PreciseY

Declaration
public float PreciseY { get; }
Property Value
Type Description
System.Single

Width

Declaration
public float Width { get; }
Property Value
Type Description
System.Single
In This Article
Back to top Copyright FasterGames ©