In This Topic
The PatBlt method.
Syntax
'Declaration
Public Shared Function PatBlt( _
ByVal As IntPtr, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As Boolean
'Usage
Dim hdc As IntPtr
Dim left As Integer
Dim top As Integer
Dim width As Integer
Dim height As Integer
Dim rop As Integer
Dim value As Boolean
value = VisualStyle.PatBlt(hdc, left, top, width, height, rop)
public static bool PatBlt(
IntPtr ,
int ,
int ,
int ,
int ,
int
)
Parameters
- hdc
- left
- top
- width
- height
- rop
See Also