Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Add more option to Image#Copy for .Net  (Read 13586 times)

0 Members and 1 Guest are viewing this topic.

rpgmaker

  • Newbie
  • *
  • Posts: 38
    • View Profile
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)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
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.
Laurent Gomila - SFML developer

 

anything