Class Win32Window
Inheritance
System.Object
Win32Window
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common.Win32
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Win32Window : IWin32Window
Constructors
Win32Window(IntPtr)
Declaration
public Win32Window(IntPtr handle)
Parameters
System.IntPtr
handle
|
Properties
Handle
Declaration
public IntPtr Handle { get; }
Property Value
System.IntPtr
|
Methods
Center(Rectangle)
Declaration
public Point Center(Rectangle rectangle)
Parameters
System.Drawing.Rectangle
rectangle
|
Returns
System.Drawing.Point
|