HwndSource Constructor (Int32, Int32, Int32, Int32, Int32, Int32, Int32, String, IntPtr)
Initializes a new instance of the HwndSource class with a specified class style, style, extended style, x-y position, width, height, name, and parent window.
Namespace: System.Windows.Interop
Assembly: PresentationCore (in PresentationCore.dll)
public HwndSource( int classStyle, int style, int exStyle, int x, int y, int width, int height, string name, IntPtr parent )
Parameters
- classStyle
- Type: System.Int32
The Win32 class styles for the window.
- style
- Type: System.Int32
The Win32 styles for the window.
- exStyle
- Type: System.Int32
The extended Win32 styles for the window.
- x
- Type: System.Int32
The position of the window's left edge.
- y
- Type: System.Int32
The position of the window's upper edge.
- width
- Type: System.Int32
The width of the window.
- height
- Type: System.Int32
The height of the window.
- name
- Type: System.String
The name of the window.
- parent
- Type: System.IntPtr
The handle of the window's parent window.
- UIPermission
to create instances of this class. Associated enumeration: AllWindows
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Security Note