Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
General
»
Feature requests
»
Add more option to Image#Copy for .Net
Print
Pages: [
1
]
Author
Topic: Add more option to Image#Copy for .Net (Read 21175 times)
0 Members and 1 Guest are viewing this topic.
rpgmaker
Newbie
Posts: 38
Add more option to Image#Copy for .Net
«
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)
Logged
Laurent
Administrator
Hero Member
Posts: 32498
Add more option to Image#Copy for .Net
«
Reply #1 on:
January 20, 2009, 07:50:59 am »
No, because it would require scaling the source image, which is another topic.
Logged
Laurent Gomila - SFML developer
Print
Pages: [
1
]
SFML community forums
»
General
»
Feature requests
»
Add more option to Image#Copy for .Net
anything