Search found 2 matches
- 21 Jun 2023, 11:30
- Forum: CAD .NET
- Topic: How to amplify an item and put the item to the center of CADEditcontrol
- Replies: 3
- Views: 2720
Re: How to amplify an item and put the item to the center of CADEditcontrol
Dear Catherine I followed your suggestion and modify my code ,but it seems not work.There is nothing change in the cadEditorControl.Shall I call some function to refresh the cadEditorControl? var cadImg = this.cadEditorControl1.Image; cadImg.ClearSelectCollection(); var objEntity = cadImg.Layouts[0]...
- 02 Jun 2023, 08:47
- Forum: CAD .NET
- Topic: How to amplify an item and put the item to the center of CADEditcontrol
- Replies: 3
- Views: 2720
How to amplify an item and put the item to the center of CADEditcontrol
Please help me with the follow question 1. I want to highlight an object in CADEditcontrol when I select it in treeview 2. The selected object was in the center of the CADEditcontrol 3. The selected object was amplified 2 times than normal I write code as follow ,but it didn't work,the center of CAD...