Table of Contents

Class PixbufSimpleAnim

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

Transfer ownership: None Nullable: False

pixbuf nint

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(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 nint

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 nint 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

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)

Parameters

animation nint

Transfer ownership: None Nullable: False

loop bool

Transfer ownership: None Nullable: False