PixbufSimpleAnim.this

Creates a new, empty animation.

  1. this(void* ptr, Flag!"Take" take)
  2. this(int width, int height, float rate)
    class PixbufSimpleAnim
    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