What is the difference between True And Fit an image in an Image Box
Question
What is the difference between True and Fit in Jig creation
Pre-Request
- Having a Jig available
Solution
- TRUE Handling
- For "True", we are using the scale factor as 1, which is correct.
- It means the Image is not scaled according to ImageBox.
- Original size of the data is used.
- FIT Handling
- For "Fit", we are using the minimum of x and y scale factor.
- x-scale factor = destwidth/srcwidth
- y-scale factor = destheight/srcheight
- This scaling is applied to the image data.