patblt (gdi32)
Last changed: -50.32.25.5

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern bool PatBlt(IntPtr hdc, int nXLeft, int nYLeft, int nWidth, int nHeight, TernaryRasterOperations dwRop);

VB.NET Signature:

<DllImport("gdi32.dll")> _
Private Shared Function PatBlt(hdc As IntPtr, nXLeft As Integer, nYLeft As Integer, nWidth As Integer, nHeight As Integer, dwRop As TernaryRasterOperations) As Boolean
End Function

User-Defined Types:

TernaryRasterOperations

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
PatBlt on MSDN