Replies: 1 comment 2 replies
-
What version are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two images,
one of the images should be cropped to a little portion and this portion should be drawn onto another image.
The last line throws an Exception in
DrawImage
I don't really now why though.
The debugger says the following:
As you can see,
target
is bigger thandestX + width
anddestY + height
What is the issue here?
Beta Was this translation helpful? Give feedback.
All reactions