ActivityDesigner.RectangleToScreen(Rectangle) Method

Definition

Transforms a rectangle from the activity designer coordinate system to the screen coordinate system.

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

Parameters

rectangle
Rectangle

A Rectangle that describes the coordinates to transform.

Returns

A Rectangle that describes the transformed coordinates.

Applies to