Method wpfBuilder.WinRect
Overload
Sets window rectangle (location and size).
public wpfBuilder WinRect(RECT r)
Parameters
r (RECT)
Rectangle in screen. Physical pixels. |
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.SetRect.