> I know that you can draw a scale on a picture but how can I draw a
> scale on an image? I have the vision package. I don't want to just
> use draw text and draw objects to make a scale manually.
I am not as familiar with the recent vision and IMAQ API, but once upon
a time, I thought that you could wire any picture control data and have
it added to the image as an annotation. If this is still the case, the
picture control graphing VIs and examples have code to draw vertical,
horizontal, and radial scales. You will have to do a small amout of
diagram reading, but it should be pretty clear where the scales are
being drawn and reuse that code.
Greg McKaskle