BehaviorService.ControlRectInAdornerWindow(Control) 方法

定义

返回 Rectangle 的边界 Control

public:
 System::Drawing::Rectangle ControlRectInAdornerWindow(System::Windows::Forms::Control ^ c);
public System.Drawing.Rectangle ControlRectInAdornerWindow (System.Windows.Forms.Control c);
member this.ControlRectInAdornerWindow : System.Windows.Forms.Control -> System.Drawing.Rectangle
Public Function ControlRectInAdornerWindow (c As Control) As Rectangle

参数

c
Control

要平移的 Control

返回

已转换为装饰器窗口坐标的 Rectangle 的边界 Control

注解

装饰器窗口是位于设计器框架顶部的透明窗口。 此窗口由 BehaviorService 用于截获所有消息。 它还充当统一画布,在其上绘制 Glyph

适用于

另请参阅