'Declaration
Public Shared Function PatBlt( _ ByVal hDC As System.IntPtr, _ ByVal x As System.Integer, _ ByVal y As System.Integer, _ ByVal width As System.Integer, _ ByVal height As System.Integer, _ ByVal flags As System.UInteger _ ) As System.Boolean
'Usage
Dim hDC As System.IntPtr Dim x As System.Integer Dim y As System.Integer Dim width As System.Integer Dim height As System.Integer Dim flags As System.UInteger Dim value As System.Boolean value = NGdi32.PatBlt(hDC, x, y, width, height, flags)
Parameters
- hDC
- x
- y
- width
- height
- flags