draw_rectangle2_modπ
Short descriptionπ
draw_rectangle2_mod β Interactive drawing of any orientated rectangle.
Signatureπ
draw_rectangle2_mod( window WindowHandle, rectangle2.center.y RowIn, rectangle2.center.x ColumnIn, rectangle2.angle.rad PhiIn, rectangle2.hwidth Length1In, rectangle2.hheight Length2In, out rectangle2.center.y Row, out rectangle2.center.x Column, out rectangle2.angle.rad Phi, out rectangle2.hwidth Length1, out rectangle2.hheight Length2 )
Descriptionπ
draw_rectangle2_mod 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 are expected the parameters RowIn,
ColumnIn,PhiIn,Length1In,Length2In.
A click close to one side βgripsβ it to modify the rectangleβs dimension
in perpendicular direction (Length2) to this side. You only can
modify the orientation (Phi), if you grip a side perpendicular to
the first half axis. After another mouse click in the middle of the created
rectangle, you can move it. Pressing the right mouse button terminates the
procedure.
After terminating the procedure the rectangle is not visible in the window any longer.
Attentionπ
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.
Execution informationπ
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parametersπ
WindowHandle (input_control) window β (handle)
Window handle.
RowIn (input_control) rectangle2.center.y β (real)
Row index of the center.
ColumnIn (input_control) rectangle2.center.x β (real)
Column index of the center.
PhiIn (input_control) rectangle2.angle.rad β (real)
Orientation of the bigger half axis in radians.
Length1In (input_control) rectangle2.hwidth β (real)
Bigger half axis.
Length2In (input_control) rectangle2.hheight β (real)
Smaller half axis.
Row (output_control) rectangle2.center.y β (real)
Row index of the center.
Column (output_control) rectangle2.center.x β (real)
Column index of the center.
Phi (output_control) rectangle2.angle.rad β (real)
Orientation of the bigger half axis in radians.
Length1 (output_control) rectangle2.hwidth β (real)
Bigger half axis.
Length2 (output_control) rectangle2.hheight β (real)
Smaller half axis.
Resultπ
draw_rectangle2_mod returns 2 (H_MSG_TRUE) if the window is valid.
If necessary, an exception is raised.
Combinations with other operatorsπ
Combinations
Possible predecessors
Possible successors
reduce_domain, disp_region, set_colored, set_line_width, set_draw
Alternatives
draw_rectangle2, draw_rectangle1, draw_rectangle2, draw_region
See also
Moduleπ
Foundation