Skip to content
Discussion options

You must be logged in to vote

It looks like you might have found a bug. The +10+10 is translated to to 0x0+10+10 and that is probably causing your problem here. I will need to check what to do here instead.

There is no method to get the max width or height in a collection but you can do something like this with linq: var maxWidth = images.Max(image => image.Width);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dlemstra
Comment options

Answer selected by whugemann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants