1
General / Re: QT + SFML
« on: February 09, 2013, 11:38:40 pm »
Thank you for response and good explanation
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
sf::RectangleShape Shape;
Shape.setSize(sf::Vector2f(50,50));
Shape.setFillColor(sf::Color::Red);
sf::Image Image;
Image.getShape(Shape); //This is my imaginary method ;p
Image.saveToFile("Image.bmp");
SystemParametersInfo(SPI_SETDESKWALLPAPER , 0 , "c:\\angel.bmp" , SPIF_UPDATEINIFILE) ;