Show / Hide Table of Contents

Method MoveAndResize

| Edit this page View Source

MoveAndResize(Window, double, double, double, double)

Positions and resizes the window

Declaration
public static void MoveAndResize(this Window window, double x, double y, double width, double height)
Parameters
Type Name Description
Window window

Window

double x

Left side of the window

double y

Top side of the window

double width

Width of the window in device independent pixels.

double height

Height of the window in device independent pixels.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX