Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get parameters of a graphic object drawn using the CWIMAQViewer toolbar?

 

I use CWIMAQViewer on a WindowsForm (VB.NET) to display images from a CCD camera.  I then draw a circle using the toolbar to enclose certain features in the image.  I noticed that when I click on the circle and hold the mouse down, the Viewer displays the parameters of the circle (see figure below).  How can I access these parameters in my code?  What is the circle drawn with the toolbar? A region?  An overlay? Thanks.

 

 

4NIPost.jpg

0 Kudos
Message 1 of 2
(4,108 Views)

Figured it out.

The circle drawn is a region, and can be accessed by CWIMAQViewer1.Regions.Item(1).  Thanks.

0 Kudos
Message 2 of 2
(4,063 Views)