Group: Forum Members
Last Active: 2 Years Ago
Posts: 3,
Visits: 45
|
Hi there. I'm playing around with NDrawingView and NDrawingDocument to investigate if I can use those controls in an application im creating. The basic idea is to get a video stream from a microscope camera, equiped with a motorized stage, and display the stream in that control so that I can use the build in GIS functionality to draw lines etc. If some of you have tips or experience with this, I would be happy to learn from you. Optimistic regards Morgan
|
Group: Forum Members
Last Active: 2 Weeks Ago
Posts: 3,054,
Visits: 4,015
|
Hi, Regarding your questions: Are there other ways? No, the WinForms control hosting is the only way to embed a video into the diagram, currently. Is it possible to put that shape under the grid lines in the drawing view? This is currently not possible. Is it possible to make it static, not moveable when using the hand?Yes, you can do any of the following: - Set the DeactiveOnLostFocus property of the control hosting shape to false - see the Document Object Model > Shapes > WinForm Control Hosting example that comes with Nevron Diagram for .NET or
- Set the necessary shape protections - see the following documentation topic: Shape Protections.
Best Regards, Nevron Support Team
|