Class
Win32Window

Definition

Namespace:ArtOfTest.Common.Win32

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class Win32Window : IWin32Window

Inheritance: objectWin32Window

Implements: IWin32Window

Constructors

Win32Window(IntPtr)

Declaration

cs-api-definition
public Win32Window(IntPtr handle)

Parameters

handle

IntPtr

Properties

Handle

Declaration

cs-api-definition
public IntPtr Handle { get; }

Property Value

IntPtr

Implements IWin32Window.Handle

Methods

Center(Rectangle)

Declaration

cs-api-definition
public Point Center(Rectangle rectangle)

Parameters

rectangle

Rectangle

Returns

Point