SetWindowRgn Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function SetWindowRgn( _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.Boolean _
) As System.Integer
public static System.int SetWindowRgn(
System.IntPtr ,
System.IntPtr ,
System.bool
)
Parameters
- hwnd
- hrgn
- bRedraw
See Also