ActivityDesigner.RectangleToLogical(Rectangle) Method

Definition

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

protected:
 System::Drawing::Rectangle RectangleToLogical(System::Drawing::Rectangle rectangle);
protected System.Drawing.Rectangle RectangleToLogical (System.Drawing.Rectangle rectangle);
member this.RectangleToLogical : System.Drawing.Rectangle -> System.Drawing.Rectangle
Protected Function RectangleToLogical (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