Class PixbufSimpleAnim
public class PixbufSimpleAnim
- Inheritance
-
PixbufSimpleAnim
- Inherited Members
Methods
AddFrame(nint, nint)
Calls native method gdk_pixbuf_simple_anim_add_frame. Version: 2.8
[Version("2.8")]
public static extern void AddFrame(nint animation, nint pixbuf)
Parameters
animation
nintTransfer ownership: None Nullable: False
pixbuf
nintTransfer 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(nint)
Calls native method gdk_pixbuf_simple_anim_get_loop. Version: 2.18
[Version("2.18")]
public static extern bool GetLoop(nint animation)
Parameters
animation
nintTransfer 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 nint 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
- nint
Transfer ownership: Full Nullable: False
SetLoop(nint, bool)
Calls native method gdk_pixbuf_simple_anim_set_loop. Version: 2.18
[Version("2.18")]
public static extern void SetLoop(nint animation, bool loop)