Class PixbufSimpleAnim
public class PixbufSimpleAnim
- Inheritance
-
PixbufSimpleAnim
- Inherited Members
Methods
AddFrame(IntPtr, IntPtr)
Calls native method gdk_pixbuf_simple_anim_add_frame. Version: 2.8
[Version("2.8")]
public static extern void AddFrame(IntPtr animation, IntPtr pixbuf)
Parameters
animation
IntPtrTransfer ownership: None Nullable: False
pixbuf
IntPtrTransfer ownership: None Nullable: False
GetGType()
Calls native function gdk_pixbuf_simple_anim_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetLoop(IntPtr)
Calls native method gdk_pixbuf_simple_anim_get_loop. Version: 2.18
[Version("2.18")]
public static extern bool GetLoop(IntPtr animation)
Parameters
animation
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
New(int, int, float)
Calls native constructor gdk_pixbuf_simple_anim_new. Version: 2.8
[Version("2.8")]
public static extern IntPtr New(int width, int height, float rate)
Parameters
width
intTransfer ownership: None Nullable: False
height
intTransfer ownership: None Nullable: False
rate
floatTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: Full Nullable: False
SetLoop(IntPtr, bool)
Calls native method gdk_pixbuf_simple_anim_set_loop. Version: 2.18
[Version("2.18")]
public static extern void SetLoop(IntPtr animation, bool loop)