Table of Contents

Class PixbufSimpleAnim

Namespace
GdkPixbuf.Internal
Assembly
GdkPixbuf-2.0.dll
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 IntPtr

Transfer ownership: None Nullable: False

pixbuf IntPtr

Transfer 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 IntPtr

Transfer 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 int

Transfer ownership: None Nullable: False

height int

Transfer ownership: None Nullable: False

rate float

Transfer 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)

Parameters

animation IntPtr

Transfer ownership: None Nullable: False

loop bool

Transfer ownership: None Nullable: False