PixbufSimpleAnimation.this

Creates a new, empty animation.

  1. this(GdkPixbufSimpleAnim* gdkPixbufSimpleAnim, bool ownedRef)
  2. this(int width, int height, float rate)
    class PixbufSimpleAnimation
    this
    (
    int width
    ,
    int height
    ,
    float rate
    )

Parameters

width int

the width of the animation

height int

the height of the animation

rate float

the speed of the animation, in frames per second

Return Value

a newly allocated GdkPixbufSimpleAnim

Throws

ConstructionException GTK+ fails to create the object.

Meta