Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / PatBlt Method


In This Topic
PatBlt Method
In This Topic
The PatBlt method.
Syntax
'Declaration
 
Public Shared Function PatBlt( _
   ByVal hdc As IntPtr, _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal rop 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)

Parameters

hdc
left
top
width
height
rop
See Also