CodeGlyphX logo
CodeGlyphX

API Reference

Struct

ImageAnimationOptions

Namespace CodeGlyphX.Rendering
Assembly CodeGlyphX
Base ValueType
Modifiers sealed

Options for decoded animations.

Inheritance

  • ValueType
  • ImageAnimationOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public ImageAnimationOptions(Int32 loopCount = 0, UInt32 backgroundRgba = 0) #

Creates animation options.

Parameters

loopCount System.Int32 = 0 optionalposition: 0
backgroundRgba System.UInt32 = 0 optionalposition: 1

Properties

public Int32 LoopCount { get; } #

Loop count (0 = infinite).

public UInt32 BackgroundRgba { get; } #

Background color in RGBA byte order.