WxGUI Vector Digitizer: Difference between revisions
Jump to navigation
Jump to search
(→Line) |
(→Line) |
||
Line 22: | Line 22: | ||
* Right | * Right | ||
** Write out the new line with given number of vertices | ** Write out the new line with given number of vertices | ||
* Control+Left | |||
** Remove last added vertex from the line | ** Remove last added vertex from the line | ||
[[Image:wxgui-vdigit-add-line.png|thumb|center|400px|wxGUI vector digitizer - add new line and define it's attributes]] | |||
=== Boundary === | === Boundary === |
Revision as of 22:13, 3 February 2011
This page covers core functionality of wxGUI vector digitizer and also explains it's usage for newcomers.
Adding new features
Point
Mouse buttons functionality:
- Left
- Add new point on given position
Line
Mouse buttons functionality:
- Left
- Add new vertex on given position
- Right
- Write out the new line with given number of vertices
- Control+Left
- Remove last added vertex from the line