File: Ruler.html

package info (click to toggle)
ftools-fv 5.5.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,072 kB
  • sloc: tcl: 50,774; ansic: 17,858; exp: 2,004; makefile: 172; cpp: 169; sh: 109; csh: 10
file content (20 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Measure the distance</title>
</head>

<body>
<h1>Measure the distance</h1>

User can use this simple tool to measure the distance between two points 
in pixels or angle.   When the measure dialog box is open, 
POW is in the "Ruler" mode. The user can place the mouse at the first 
point and click-and-drag to the second point with the right mouse button down. 
When the mouse button is released, the measured  values will be shown 
on the dialog box.  The user can also change the position of either end or 
move the whole ruler by click-and-drag the middle mouse with the left mouse.  
When the dialog box is closed, pow will return to the normal mode.

</body>
</html>