Xinf API Reference
Back | Index
extern class xinf.support.Pixbuf

Wraps GdkPixbuf structure.

#include <gdk-pixbuf/gdk-pixbuf.h> #include "neko-pixbuf.h"

var width :Int (read-only)
var height :Int (read-only)
function new( ) :Void
function getWidth( ) :Int
function getHeight( ) :Int
function getRowstride( ) :Int
function getHasAlpha( ) :Int
function copyPixels( ) :Dynamic
static function newFromCompressedData( data:Dynamic ) :Pixbuf
static function newFromRGB( data:Dynamic, width:Int, height:Int, hasAlpha:Int ) :Pixbuf
Back | Index