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
boolconstructArguments
ConstructArgument[]
PixbufSimpleAnim(IntPtr, bool)
protected PixbufSimpleAnim(IntPtr ptr, bool ownedRef)
Parameters
Fields
LoopPropertyDefinition
public static readonly Property<bool, PixbufSimpleAnim> LoopPropertyDefinition
Field Value
Properties
Loop
public bool Loop { get; set; }
Property Value
Methods
AddFrame(Pixbuf)
[Version("2.8")]
public void AddFrame(Pixbuf pixbuf)
Parameters
pixbuf
Pixbuf
GetGType()
public static Type GetGType()
Returns
GetLoop()
[Version("2.18")]
public bool GetLoop()
Returns
New(int, int, float)
[Version("2.8")]
public static PixbufSimpleAnim New(int width, int height, float rate)
Parameters
Returns
SetLoop(bool)
[Version("2.18")]
public void SetLoop(bool loop)
Parameters
loop
bool