sdl-gfx Reference Manual

Synopsis

public class RotoZoom {
    public    static SDL.Surface        rotozoom                  ( SDL.Surface         src,
                                                                    double              degrees,
                                                                    double              zoom,
                                                                    int                 smooth ) ;
    public    static SDL.Surface        rotozoom_xy               ( SDL.Surface         src,
                                                                    double              degrees,
                                                                    double              zoomx,
                                                                    double              zoomy,
                                                                    int                 smooth ) ;
    public    static void               rotozoom_size             ( int                 width,
                                                                    int                 height,
                                                                    double              degrees,
                                                                    double              zoom,
                                                                    int                 dstwidth,
                                                                    int                 dstheight ) ;
    public    static void               rotozoom_size_xy          ( int                 width,
                                                                    int                 height,
                                                                    double              degrees,
                                                                    double              zoomx,
                                                                    double              zoomy,
                                                                    int                 dstwidth,
                                                                    int                 dstheight ) ;
    public    static SDL.Surface        zoom                      ( SDL.Surface         src,
                                                                    double              zoomx,
                                                                    double              zoomy,
                                                                    int                 smooth ) ;
    public    static void               zoom_size                 ( int                 width,
                                                                    int                 height,
                                                                    double              zoomx,
                                                                    double              zoomy,
                                                                    int                 dstwidth,
                                                                    int                 dstheight ) ;
}

RotoZoom Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

rotozoom ()
    public    static SDL.Surface        rotozoom                  ( SDL.Surface         src,
                                                                    double              degrees,
                                                                    double              zoom,
                                                                    int                 smooth ) ;		

rotozoom_xy ()
    public    static SDL.Surface        rotozoom_xy               ( SDL.Surface         src,
                                                                    double              degrees,
                                                                    double              zoomx,
                                                                    double              zoomy,
                                                                    int                 smooth ) ;		

rotozoom_size ()
    public    static void               rotozoom_size             ( int                 width,
                                                                    int                 height,
                                                                    double              degrees,
                                                                    double              zoom,
                                                                    int                 dstwidth,
                                                                    int                 dstheight ) ;		

rotozoom_size_xy ()
    public    static void               rotozoom_size_xy          ( int                 width,
                                                                    int                 height,
                                                                    double              degrees,
                                                                    double              zoomx,
                                                                    double              zoomy,
                                                                    int                 dstwidth,
                                                                    int                 dstheight ) ;		

zoom ()
    public    static SDL.Surface        zoom                      ( SDL.Surface         src,
                                                                    double              zoomx,
                                                                    double              zoomy,
                                                                    int                 smooth ) ;		

zoom_size ()
    public    static void               zoom_size                 ( int                 width,
                                                                    int                 height,
                                                                    double              zoomx,
                                                                    double              zoomy,
                                                                    int                 dstwidth,
                                                                    int                 dstheight ) ;		


Created by Valadoc