Back to menu command

Drawing functions

Draw->Text

Draw text on the current image. In the following dialog, you can specify the position and the content of the text as well as the font type, size and color.

The result looks like

Draw->Point

Draw a point on the current image. Similar to the above function except it also draws a red cross at the specified location.

Draw->Line

Draw a line on the current image. In the following dialog, you can specify the starting point, the ending point, the width, color and style of the line. You can also display text which will cross the center of the line.

The result looks like

Draw->Rectangle

Draw a rectangle on the current image. You can specify the top-left and the bottom-right corner of the rectangle as well as line width, color and style. You can also display text which will be centered in the rectangle.

Draw->Ellipse

Draw an ellipse on the current image. You can specify the top-left and the bottom-right corner of the bounding box of the ellipse as well as line width, color and style. You can also display text which will be centered in the ellipse.


VIPBase © 2006 Fengjun Lv
Last update: 08/01/2006 (check html)