[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinApiAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public static IntPtr CreatePen(
int fnPenStyle,
int nWidth,
uint crColor
)
public static IntPtr CreatePen(
int fnPenStyle,
int nWidth,
uint crColor
)
Public Shared Function CreatePen (
fnPenStyle As Integer,
nWidth As Integer,
crColor As UInteger
) As IntPtr
Public Shared Function CreatePen (
fnPenStyle As Integer,
nWidth As Integer,
crColor As UInteger
) As IntPtr
public:
static IntPtr CreatePen(
int fnPenStyle,
int nWidth,
unsigned int crColor
)
public:
static IntPtr CreatePen(
int fnPenStyle,
int nWidth,
unsigned int crColor
)
static member CreatePen :
fnPenStyle : int *
nWidth : int *
crColor : uint32 -> IntPtrstatic member CreatePen :
fnPenStyle : int *
nWidth : int *
crColor : uint32 -> IntPtrReturn Value
Type:
IntPtr