Method wpfBuilder.WinXY
Overload
Sets window location.
public wpfBuilder WinXY(int x, int y)
Parameters
Returns
Exceptions
InvalidOperationException
|
Remarks
With this function use physical pixels, not WPF logical device-independent units. Call this function before showing the window. Don't change location/size-related window properties after that. Calls ExtWpf.SetXY.