'Declaration
Public Shared Function CreateRectRgn( _ ByVal X1 As System.Integer, _ ByVal Y1 As System.Integer, _ ByVal X2 As System.Integer, _ ByVal Y2 As System.Integer _ ) As System.IntPtr
'Usage
Dim X1 As System.Integer Dim Y1 As System.Integer Dim X2 As System.Integer Dim Y2 As System.Integer Dim value As System.IntPtr value = NGdi32.CreateRectRgn(X1, Y1, X2, Y2)
Parameters
- X1
- Y1
- X2
- Y2