extcreatepen (gdi32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("gdi32.dll", ExactSpelling=true, PreserveSig=true, SetLastError=true)]
static extern IntPtr ExtCreatePen(uint dwPenStyle, uint dwWidth,
   [In] ref LOGBRUSH lplb, uint dwStyleCount, uint [] lpStyle);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation