SFML community forums

General => Feature requests => Topic started by: rpgmaker on January 20, 2009, 02:29:06 am

Title: Add more option to Image#Copy for .Net
Post by: rpgmaker on January 20, 2009, 02:29:06 am
Is possible to add Dest Width/Height for the Copy method for Image Class? I mean something like this

Image#Copy(Image img, IntRect dest_rect, IntRect src_rect)

rather than

Image#Copy(Image img, int destx, int desty, IntRect src_rect)
Title: Add more option to Image#Copy for .Net
Post by: Laurent on January 20, 2009, 07:50:59 am
No, because it would require scaling the source image, which is another topic.