Gdi32FuncCreatePen Method |
Creates a logical pen.
Namespace: Altaxo.UnmanagedApi.Gdi32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
IntPtrA handle to the created pen.
See Also