draw_rectangle2 — 交互式绘制任何定向矩形。
draw_rectangle2 returns the parameter for any orientated rectangle,
which has been created interactively by the user in the window.
The created rectangle is described by its center, its two half axes and the angle between the first half axis and the horizontal coordinate axis.
To create a rectangle you have to press the left mouse button for the center of the
rectangle. While keeping the button pressed you may dimension the length (Length1)
and the orientation (Phi) of the first half axis.
In doing so a temporary default length for the second half axis is assumed, which may be
modified afterwards on demand.
After another mouse click in the middle of the created rectangle, you can move it.
A click close to one side “grips” it to modify the rectangle's dimension in perpendicular
direction to this side. You only can modify the orientation, if you grip a side perpendicular
to the first half axis.
Pressing the right mouse button terminates the procedure.
After terminating the procedure the rectangle 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.
WindowHandle (输入控制) window → (handle)
窗口句柄。
Row (输出控制) rectangle2.center.y → (real)
中心列索引。
Column (输出控制) rectangle2.center.x → (real)
中心列索引。
Phi (输出控制) rectangle2.angle.rad → (real)
Orientation of the bigger half axis in radians.
Length1 (输出控制) rectangle2.hwidth → (real)
Bigger half axis.
Length2 (输出控制) rectangle2.hheight → (real)
Smaller half axis.
draw_rectangle2 returns 2 (
H_MSG_TRUE)
, if the window is valid and the
needed drawing mode (see set_insert) is available。如有必要,则抛出异常。
reduce_domain,
disp_region,
set_colored,
set_line_width,
set_draw,
set_insert
draw_rectangle2_mod,
draw_rectangle1,
draw_region
gen_rectangle2,
draw_circle,
draw_ellipse,
set_insert
基础