C# Class UsefulTools.Wpf.NativeWindowInfo

Inheritance: IWin32Window
Mostrar archivo Open project: visualmutator/visualmutator

Public Methods

Method Description
NativeWindowInfo ( IntPtr handle, int top, int left, int width, int height ) : System

Method Details

NativeWindowInfo() public method

public NativeWindowInfo ( IntPtr handle, int top, int left, int width, int height ) : System
handle System.IntPtr
top int
left int
width int
height int
return System