04-07-2008 11:27 AM
04-08-2008 11:10 AM
Dim i As New CWIMAQImage
Dim o As New CWIMAQOval
' Draw an oval on the image in Viewer1.
' Store the result in i.
o.Initialize 10, 20, 50, 100
CWIMAQVision1.DrawOval2 CWIMAQViewer1.Image, i, o, _
cwimaqDrawModeInvPaint
04-08-2008 02:08 PM
04-09-2008 02:58 AM
04-09-2008 05:06 AM
04-09-2008 07:12 AM