draw_rectangle2T_draw_rectangle2DrawRectangle2DrawRectangle2draw_rectangle2 (算子名称)

名称

draw_rectangle2T_draw_rectangle2DrawRectangle2DrawRectangle2draw_rectangle2 — Interactive drawing of any orientated rectangle.

参数签名

draw_rectangle2( : : WindowHandle : Row, Column, Phi, Length1, Length2)

Herror T_draw_rectangle2(const Htuple WindowHandle, Htuple* Row, Htuple* Column, Htuple* Phi, Htuple* Length1, Htuple* Length2)

void DrawRectangle2(const HTuple& WindowHandle, HTuple* Row, HTuple* Column, HTuple* Phi, HTuple* Length1, HTuple* Length2)

void HWindow::DrawRectangle2(double* Row, double* Column, double* Phi, double* Length1, double* Length2) const

static void HOperatorSet.DrawRectangle2(HTuple windowHandle, out HTuple row, out HTuple column, out HTuple phi, out HTuple length1, out HTuple length2)

void HWindow.DrawRectangle2(out double row, out double column, out double phi, out double length1, out double length2)

def draw_rectangle2(window_handle: HHandle) -> Tuple[float, float, float, float, float]

描述

draw_rectangle2draw_rectangle2DrawRectangle2DrawRectangle2DrawRectangle2draw_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 (Length1Length1Length1Length1length1length_1) and the orientation (PhiPhiPhiPhiphiphi) 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.

运行信息

参数表

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandlewindow_handle (input_control)  window HWindow, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Window handle.

RowRowRowRowrowrow (output_control)  rectangle2.center.y HTuplefloatHTupleHtuple (real) (double) (double) (double)

Row index of the center.

ColumnColumnColumnColumncolumncolumn (output_control)  rectangle2.center.x HTuplefloatHTupleHtuple (real) (double) (double) (double)

Column index of the center.

PhiPhiPhiPhiphiphi (output_control)  rectangle2.angle.rad HTuplefloatHTupleHtuple (real) (double) (double) (double)

Orientation of the bigger half axis in radians.

Length1Length1Length1Length1length1length_1 (output_control)  rectangle2.hwidth HTuplefloatHTupleHtuple (real) (double) (double) (double)

Bigger half axis.

Length2Length2Length2Length2length2length_2 (output_control)  rectangle2.hheight HTuplefloatHTupleHtuple (real) (double) (double) (double)

Smaller half axis.

结果

draw_rectangle2draw_rectangle2DrawRectangle2DrawRectangle2DrawRectangle2draw_rectangle2 returns 2 ( H_MSG_TRUE) , if the window is valid and the needed drawing mode (see set_insertset_insertSetInsertSetInsertSetInsertset_insert) is available. 如有必要,将引发异常。

可能的前置算子

open_windowopen_windowOpenWindowOpenWindowOpenWindowopen_window

可能的后置算子

reduce_domainreduce_domainReduceDomainReduceDomainReduceDomainreduce_domain, disp_regiondisp_regionDispRegionDispRegionDispRegiondisp_region, set_coloredset_coloredSetColoredSetColoredSetColoredset_colored, set_line_widthset_line_widthSetLineWidthSetLineWidthSetLineWidthset_line_width, set_drawset_drawSetDrawSetDrawSetDrawset_draw, set_insertset_insertSetInsertSetInsertSetInsertset_insert

可替代算子

draw_rectangle2_moddraw_rectangle2_modDrawRectangle2ModDrawRectangle2ModDrawRectangle2Moddraw_rectangle2_mod, draw_rectangle1draw_rectangle1DrawRectangle1DrawRectangle1DrawRectangle1draw_rectangle1, draw_regiondraw_regionDrawRegionDrawRegionDrawRegiondraw_region

参考其它

gen_rectangle2gen_rectangle2GenRectangle2GenRectangle2GenRectangle2gen_rectangle2, draw_circledraw_circleDrawCircleDrawCircleDrawCircledraw_circle, draw_ellipsedraw_ellipseDrawEllipseDrawEllipseDrawEllipsedraw_ellipse, set_insertset_insertSetInsertSetInsertSetInsertset_insert

模块

Foundation