Operators |
draw_point_mod — Draw a point.
draw_point_mod( : : WindowHandle, RowIn, ColumnIn : Row, Column)
draw_point_mod returns the parameter for a point, which has been created interactively by the user in the window.
To create a point are expected the coordinates RowIn and ColumnIn. While keeping the button pressed you may “drag” the point in any direction. Pressing the right mouse button terminates the procedure. On macOS draw_point_mod can also be terminated by pressing the escape key.
After terminating the procedure the point is not visible in the window any longer.
If used in a buffer window, mouse events have to be supplied by the application, while the draw operator must be run in another thread.
Window handle.
Row index of the point.
Column index of the point.
Row index of the point.
Column index of the point.
draw_point_mod (WindowHandle, 100, 100, Row,Column) gen_cross_contour_xld (Cross, Row, Column, 6, 0)
draw_point_mod returns 2 (H_MSG_TRUE), if the window is valid and the needed drawing mode is available. If necessary, an exception is raised.
reduce_domain, disp_line, set_colored, set_line_width, set_draw, set_insert
draw_point, draw_circle, draw_ellipse, set_insert
Foundation
Operators |