BehaviorService.ControlRectInAdornerWindow(Control) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
參數
傳回
轉譯成裝飾項 (Adorner) 視窗座標之 Rectangle 的 Control 週框。
備註
裝飾項視窗是位於設計工具框架上方的透明視窗。 此視窗由 BehaviorService 用來攔截所有訊息。 它也可作為用來繪製的統一 Glyph畫布。