Resize picture when position set (Absolute Position on Screen)?

Math123 shared this question 3 years ago
Answered

Picture can be resize by two points, but picture size getting bigger and smaller with zoomin/zoomout also it is moving with coordinate movement.

When i set my picture to absolute position on screen i need to adjust the size of picture. Pls suggest the solution.

Best Answer
photo

Position and size of the image is absolute and independent of the window size.

The absolute position zero uses the GGB standard "top left".

The original image is in its original size and is not displayed (hide)

a moved and scaled copy (from hidden original) is displayed at point A

Point A is absolutely positioned. This is done by AttachCopyToView() (second possibility) is used.

Comments (2)

photo
2

Position and size of the image is absolute and independent of the window size.

The absolute position zero uses the GGB standard "top left".

The original image is in its original size and is not displayed (hide)

a moved and scaled copy (from hidden original) is displayed at point A

Point A is absolutely positioned. This is done by AttachCopyToView() (second possibility) is used.

photo
1

Thanks rami, It worked.... Glad to see you.

© 2023 International GeoGebra Institute