Click or drag to resize

Win32CreatePen Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.Win32.CreatePen(System.Int32,System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static IntPtr CreatePen(
	int nStyle,
	int nWidth,
	int crColor
)

Parameters

nStyle
Type: SystemInt32

[Missing <param name="nStyle"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.CreatePen(System.Int32,System.Int32,System.Int32)"]

nWidth
Type: SystemInt32

[Missing <param name="nWidth"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.CreatePen(System.Int32,System.Int32,System.Int32)"]

crColor
Type: SystemInt32

[Missing <param name="crColor"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.CreatePen(System.Int32,System.Int32,System.Int32)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.Win32.CreatePen(System.Int32,System.Int32,System.Int32)"]

See Also