Click or drag to resize

Gdi32FuncCreatePen Method

Creates a logical pen.

Namespace: Altaxo.UnmanagedApi.Gdi32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IntPtr CreatePen(
	int fnPenStyle,
	int nWidth,
	uint crColor
)

Parameters

fnPenStyle  Int32
The pen style.
nWidth  Int32
The pen width.
crColor  UInt32
The pen color as a packed RGB value.

Return Value

IntPtr
A handle to the created pen.
See Also