Table of Contents

Class PixbufAnimationIter

Namespace
GdkPixbuf
Assembly
GdkPixbuf-2.0.dll
public class PixbufAnimationIter : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
PixbufAnimationIter
Implements
Derived
Inherited Members

Constructors

PixbufAnimationIter(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public PixbufAnimationIter(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

PixbufAnimationIter(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected PixbufAnimationIter(CreationData data)

Parameters

data CreationData

PixbufAnimationIter(PixbufAnimationIterHandle)

protected PixbufAnimationIter(PixbufAnimationIterHandle handle)

Parameters

handle PixbufAnimationIterHandle

Methods

Advance(TimeVal?)

public bool Advance(TimeVal? currentTime)

Parameters

currentTime TimeVal

Returns

bool

GetDelayTime()

public int GetDelayTime()

Returns

int

GetGType()

public static Type GetGType()

Returns

Type

GetPixbuf()

public Pixbuf GetPixbuf()

Returns

Pixbuf

NewFromPointer(nint, bool)

Creates a new managed PixbufAnimationIter instance for a given pointer.

public static PixbufAnimationIter NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

PixbufAnimationIter

NewWithProperties(ConstructArgument[])

Creates a new PixbufAnimationIter and sets the properties specified by the construct arguments.

public static PixbufAnimationIter NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

PixbufAnimationIter

OnCurrentlyLoadingFrame()

public bool OnCurrentlyLoadingFrame()

Returns

bool