Table of Contents

Method LoadFile

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LoadFile(string, AnimationType)

Loads an animation from a file.

public virtual bool LoadFile(string filename, AnimationType type = AnimationType.Any)

Parameters

filename string

A filename.

type AnimationType

One of the AnimationType values; Any means that the function should try to autodetect the animation type.

Returns

bool