Hello Alexander,
I have 2 question, please help me.
1- How i can zoom one entity on maps, with having handle or position entity (circle)?
2- how i can with click on the area circle(), get hande or centerX CenterY,
How can I do?
thanks,
zoom one entity
Moderators: SDS, support, admin
Re: zoom one entity
is the Cadeditor can solve that problem(1)???
please help me.
thanks.
please help me.
thanks.
Re: zoom one entity
Hello.
The coordinates needed to zoom view on some part of drawing (for example some entity). An entity can be accessed by handle to receive its coordinates. The library doesn't contain any method that center drawing in a point with some zoom level. However similar functionality realized in Viewer demo project, please see the ResetScaling method.
If you need change entity's sizes then such functionality depends on entity type, please specify it.
Click on CADCircle border is necessary to select by mouse such an object. Selected entities can be accessed as: CADImage.Selector.SelectedEntities.
Alexander.
The coordinates needed to zoom view on some part of drawing (for example some entity). An entity can be accessed by handle to receive its coordinates. The library doesn't contain any method that center drawing in a point with some zoom level. However similar functionality realized in Viewer demo project, please see the ResetScaling method.
If you need change entity's sizes then such functionality depends on entity type, please specify it.
Click on CADCircle border is necessary to select by mouse such an object. Selected entities can be accessed as: CADImage.Selector.SelectedEntities.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support