SharedWindowLocationToRect Method
Converts a location (format: x, y, width, height) into a rectangle structure.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static Rect LocationToRect(
string location
)
Public Shared Function LocationToRect (
location As String
) As Rect
- location String
- Location to convert.
RectRect with the rectangle structure.