Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoom out showing Richcanvascontainer #36

Open
praseethacp opened this issue Jun 21, 2024 · 1 comment
Open

Zoom out showing Richcanvascontainer #36

praseethacp opened this issue Jun 21, 2024 · 1 comment

Comments

@praseethacp
Copy link

praseethacp commented Jun 21, 2024

Hi i added one image as an item to the RichItemcontrol. Do we have any property to know the position of that image in the container. whenever i zoom i need to track my image position in container, is there any property ??
Thank you .

@mircea21S
Copy link
Owner

Hi!
So, if you have an image added in the RichItemsControl, to track the position of your image inside the container... Well that depends on you, as you have control over that image. How is it displayed, how is it moving inside the container if that's the case, and so on. You can subscribe to the Zooming event in RichItemsControl and work on getting the image position, you also have the BoundingBox property of the RichItemContainer so you know the container position.

Hope it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants