Sha256: fb7bad5f1fcdd3cda157ca135c147cdb22e49133001beb1562fd0bb127125738
Contents?: true
Size: 1.1 KB
Versions: 28
Compression:
Stored size: 1.1 KB
Contents
public: // Overrides the base class version of restore() virtual void restore(); // Overrides the base class version of render() virtual void render(); // Overrides the base class version of release() virtual void release(); // Overrides the base class version of savePixels() virtual bool savePixels(FXStream& store) const; // Overrides the base class version of loadPixels() virtual bool loadPixels(FXStream& store); /// Rescale pixels to the specified width and height virtual void scale(FXint w,FXint h); /// Mirror bitmap horizontally and/or vertically virtual void mirror(FXbool horizontal,FXbool vertical); /// Rotate bitmap by degrees ccw virtual void rotate(FXint degrees); /// Crop bitmap to given rectangle virtual void crop(FXint x,FXint y,FXint w,FXint h,FXbool color=0); /// Fill bitmap with uniform value virtual void fill(FXbool color); // Overrides the base class version of setData() virtual void setData(FXuchar *pix,FXuint opts=0); // Overrides the base class version of setData() virtual void setData(FXuchar *pix,FXuint opts,FXint w,FXint h);
Version data entries
28 entries across 28 versions & 2 rubygems