draw_rectangle2_modT_draw_rectangle2_modDrawRectangle2ModDrawRectangle2Moddraw_rectangle2_mod (算子)
名称
draw_rectangle2_modT_draw_rectangle2_modDrawRectangle2ModDrawRectangle2Moddraw_rectangle2_mod — 交互式绘制任何定向矩形。
签名
Herror T_draw_rectangle2_mod(const Htuple WindowHandle, const Htuple RowIn, const Htuple ColumnIn, const Htuple PhiIn, const Htuple Length1In, const Htuple Length2In, Htuple* Row, Htuple* Column, Htuple* Phi, Htuple* Length1, Htuple* Length2)
void DrawRectangle2Mod(const HTuple& WindowHandle, const HTuple& RowIn, const HTuple& ColumnIn, const HTuple& PhiIn, const HTuple& Length1In, const HTuple& Length2In, HTuple* Row, HTuple* Column, HTuple* Phi, HTuple* Length1, HTuple* Length2)
void HWindow::DrawRectangle2Mod(double RowIn, double ColumnIn, double PhiIn, double Length1In, double Length2In, double* Row, double* Column, double* Phi, double* Length1, double* Length2) const
static void HOperatorSet.DrawRectangle2Mod(HTuple windowHandle, HTuple rowIn, HTuple columnIn, HTuple phiIn, HTuple length1In, HTuple length2In, out HTuple row, out HTuple column, out HTuple phi, out HTuple length1, out HTuple length2)
void HWindow.DrawRectangle2Mod(double rowIn, double columnIn, double phiIn, double length1In, double length2In, out double row, out double column, out double phi, out double length1, out double length2)
描述
draw_rectangle2_moddraw_rectangle2_modDrawRectangle2ModDrawRectangle2ModDrawRectangle2Moddraw_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 RowInRowInRowInRowInrowInrow_in,
ColumnInColumnInColumnInColumnIncolumnIncolumn_in,PhiInPhiInPhiInPhiInphiInphi_in,Length1InLength1InLength1InLength1Inlength1Inlength_1in,Length2InLength2InLength2InLength2Inlength2Inlength_2in.
A click close to one side “grips” it to modify the rectangle's dimension
in perpendicular direction (Length2Length2Length2Length2length2length_2) to this side. You only can
modify the orientation (PhiPhiPhiPhiphiphi), 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.
注意
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 (输入控制) window → HWindow, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
窗口句柄。
RowInRowInRowInRowInrowInrow_in (输入控制) rectangle2.center.y → HTuplefloatHTupleHtuple (real) (double) (double) (double)
中心列索引。
ColumnInColumnInColumnInColumnIncolumnIncolumn_in (输入控制) rectangle2.center.x → HTuplefloatHTupleHtuple (real) (double) (double) (double)
中心列索引。
PhiInPhiInPhiInPhiInphiInphi_in (输入控制) rectangle2.angle.rad → HTuplefloatHTupleHtuple (real) (double) (double) (double)
Orientation of the bigger half axis in radians.
Length1InLength1InLength1InLength1Inlength1Inlength_1in (输入控制) rectangle2.hwidth → HTuplefloatHTupleHtuple (real) (double) (double) (double)
Bigger half axis.
Length2InLength2InLength2InLength2Inlength2Inlength_2in (输入控制) rectangle2.hheight → HTuplefloatHTupleHtuple (real) (double) (double) (double)
Smaller half axis.
RowRowRowRowrowrow (输出控制) rectangle2.center.y → HTuplefloatHTupleHtuple (real) (double) (double) (double)
中心列索引。
ColumnColumnColumnColumncolumncolumn (输出控制) rectangle2.center.x → HTuplefloatHTupleHtuple (real) (double) (double) (double)
中心列索引。
PhiPhiPhiPhiphiphi (输出控制) rectangle2.angle.rad → HTuplefloatHTupleHtuple (real) (double) (double) (double)
Orientation of the bigger half axis in radians.
Length1Length1Length1Length1length1length_1 (输出控制) rectangle2.hwidth → HTuplefloatHTupleHtuple (real) (double) (double) (double)
Bigger half axis.
Length2Length2Length2Length2length2length_2 (输出控制) rectangle2.hheight → HTuplefloatHTupleHtuple (real) (double) (double) (double)
Smaller half axis.
结果
draw_rectangle2_moddraw_rectangle2_modDrawRectangle2ModDrawRectangle2ModDrawRectangle2Moddraw_rectangle2_mod 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_rectangle2draw_rectangle2DrawRectangle2DrawRectangle2DrawRectangle2draw_rectangle2,
draw_rectangle1draw_rectangle1DrawRectangle1DrawRectangle1DrawRectangle1draw_rectangle1,
draw_rectangle2draw_rectangle2DrawRectangle2DrawRectangle2DrawRectangle2draw_rectangle2,
draw_regiondraw_regionDrawRegionDrawRegionDrawRegiondraw_region
另见
gen_rectangle2gen_rectangle2GenRectangle2GenRectangle2GenRectangle2gen_rectangle2,
draw_circledraw_circleDrawCircleDrawCircleDrawCircledraw_circle,
draw_ellipsedraw_ellipseDrawEllipseDrawEllipseDrawEllipsedraw_ellipse,
set_insertset_insertSetInsertSetInsertSetInsertset_insert
模块
基础