SharedWindowLocationToRect Method

Converts a location (format: x, y, width, height) into a rectangle structure.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static Rect LocationToRect(
	string location
)

Parameters

location  String
Location to convert.

Return Value

Rect
Rect with the rectangle structure.

See Also