Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "PenStyle" in [All]

gdi32

.

static extern IntPtr CreatePen(PenStyle fnPenStyle, int nWidth, uint crColor);

.

Private Shared Function CreatePen(fnPenStyle As PenStyle, nWidth As Integer, crColor As UInteger) As IntPtr

.

PenStyle

.

    IntPtr pen = CreatePen(PenStyle.PS_SOLID | PenStyle.PS_GEOMETRIC | PenStyle.PS_ENDCAP_ROUND, penWidth, (uint)ColorTranslator.ToWin32(penColor));

.

static extern IntPtr ExtCreatePen(uint dwPenStyle, uint dwWidth,

.

    IntPtr pen = CreatePen(PenStyle.PS_SOLID | PenStyle.PS_GEOMETRIC | PenStyle.PS_ENDCAP_ROUND, penWidth, (uint)ColorTranslator.ToWin32(penColor));

.

    IntPtr pen = CreatePen(PenStyle.PS_SOLID | PenStyle.PS_GEOMETRIC | PenStyle.PS_ENDCAP_ROUND, penWidth, (uint)ColorTranslator.ToWin32(penColor));

.

    public static extern IntPtr CreatePen(int fnPenStyle, int nWidth, uint crColor);

.

    public static extern int CreatePen(int nPenStyle, int nWidth, int nColor);

Enums

.

private enum PenStyle : int

.

Private Enum PenStyle as integer

.
Documentation
[PenStyle] on MSDN

 
Access PInvoke.net directly from VS: