Click or drag to resize

Gdi32FuncCreatePen Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.CreatePen(System.Int32,System.Int32,System.UInt32)"]


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

Parameters

fnPenStyle  Int32

[Missing <param name="fnPenStyle"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.CreatePen(System.Int32,System.Int32,System.UInt32)"]

nWidth  Int32

[Missing <param name="nWidth"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.CreatePen(System.Int32,System.Int32,System.UInt32)"]

crColor  UInt32

[Missing <param name="crColor"/> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.CreatePen(System.Int32,System.Int32,System.UInt32)"]

Return Value

IntPtr

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.Gdi32.Gdi32Func.CreatePen(System.Int32,System.Int32,System.UInt32)"]

See Also