|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This property scales the size of a transformed image to limit its width and height. ImageGlue finds the bounding rectangle that encloses the transformed image. If the rectangle is bigger than the limiting size it scales the entire image proportionally to shrink it down to the specified size. This property is ignored for drawing operations that do not involve images. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Here we make sure the size of the image and of the Canvas is no more than 100x100 pixels. [C#]
[Visual Basic]
|