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
constructArgumentsConstructArgument[]
PixbufAnimationIter(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected PixbufAnimationIter(CreationData data)
Parameters
dataCreationData
PixbufAnimationIter(PixbufAnimationIterHandle)
protected PixbufAnimationIter(PixbufAnimationIterHandle handle)
Parameters
handlePixbufAnimationIterHandle
Methods
Advance(TimeVal?)
public bool Advance(TimeVal? currentTime)
Parameters
currentTimeTimeVal
Returns
GetDelayTime()
public int GetDelayTime()
Returns
GetGType()
public static Type GetGType()
Returns
GetPixbuf()
public Pixbuf GetPixbuf()
Returns
NewFromPointer(nint, bool)
Creates a new managed PixbufAnimationIter instance for a given pointer.
public static PixbufAnimationIter NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new PixbufAnimationIter and sets the properties specified by the construct arguments.
public static PixbufAnimationIter NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
OnCurrentlyLoadingFrame()
public bool OnCurrentlyLoadingFrame()