Condividi tramite


ActivityDesigner.RectangleToScreen(Rectangle) Metodo

Definizione

Trasforma un rettangolo dal sistema di coordinate dell'ActivityDesigner al sistema di coordinate dello schermo.

protected:
 System::Drawing::Rectangle RectangleToScreen(System::Drawing::Rectangle rectangle);
protected System.Drawing.Rectangle RectangleToScreen (System.Drawing.Rectangle rectangle);
member this.RectangleToScreen : System.Drawing.Rectangle -> System.Drawing.Rectangle
Protected Function RectangleToScreen (rectangle As Rectangle) As Rectangle

Parametri

rectangle
Rectangle

Oggetto Rectangle che descrive le coordinate da trasformare.

Restituisce

Rectangle

Oggetto Rectangle che descrive le coordinate trasformate.

Si applica a