Table of Contents

Class PixbufSimpleAnim

Namespace
GdkPixbuf
Assembly
GdkPixbuf-2.0.dll
public class PixbufSimpleAnim : PixbufAnimation, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
PixbufSimpleAnim
Implements
Inherited Members

Constructors

PixbufSimpleAnim(bool, params ConstructArgument[])

protected PixbufSimpleAnim(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

PixbufSimpleAnim(IntPtr, bool)

protected PixbufSimpleAnim(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

LoopPropertyDefinition

public static readonly Property<bool, PixbufSimpleAnim> LoopPropertyDefinition

Field Value

Property<bool, PixbufSimpleAnim>

Properties

Loop

public bool Loop { get; set; }

Property Value

bool

Methods

AddFrame(Pixbuf)

[Version("2.8")]
public void AddFrame(Pixbuf pixbuf)

Parameters

pixbuf Pixbuf

GetGType()

public static Type GetGType()

Returns

Type

GetLoop()

[Version("2.18")]
public bool GetLoop()

Returns

bool

New(int, int, float)

[Version("2.8")]
public static PixbufSimpleAnim New(int width, int height, float rate)

Parameters

width int
height int
rate float

Returns

PixbufSimpleAnim

SetLoop(bool)

[Version("2.18")]
public void SetLoop(bool loop)

Parameters

loop bool