ActivityDesigner.RectangleToLogical(Rectangle) Methode

Definition

Transformiert ein Rechteck vom Bildschirmkoordinatensystem in das Aktivitäts-Designer-Koordinatensystem.

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

Parameter

rectangle
Rectangle

A Rectangle that describes the coordinates to transform.

Gibt zurück

A Rectangle that describes the transformed coordinates.

Gilt für: