RotoZoom
Description:
public namespace RotoZoom
Content:
Methods:
- public Surface rotozoom (Surface src, double degrees, double zoom, int smooth)
- public void rotozoom_size (int width, int height, double degrees, double zoom, ref int dstwidth, ref int dstheight)
- public void rotozoom_size_xy (int width, int height, double degrees, double zoomx, double zoomy, ref int dstwidth, ref int dstheight)
- public Surface rotozoom_xy (Surface src, double degrees, double zoomx, double zoomy, int smooth)
- public Surface zoom (Surface src, double zoomx, double zoomy, int smooth)
- public void zoom_size (int width, int height, double zoomx, double zoomy, ref int dstwidth, ref int dstheight)