Hello,
How can I add MAX condition to the statement below? There is a Y position and I would like to get the MAX Y positions.
foreach (var image in images.OrderBy(key => key.Value.Position.X))
{
By the way images is
IDictionary<int, ImageProperty>
Thanks in advance and Best Regards.
Go to the complete details ...