System.Windows.Forms.XplatUIX11._XSetLineAttributes C# (CSharp) Method

_XSetLineAttributes() private method

private _XSetLineAttributes ( IntPtr display, IntPtr gc, int line_width, GCLineStyle line_style, GCCapStyle cap_style, GCJoinStyle join_style ) : int
display IntPtr
gc IntPtr
line_width int
line_style GCLineStyle
cap_style GCCapStyle
join_style GCJoinStyle
return int
		internal extern static int _XSetLineAttributes(IntPtr display, IntPtr gc, int line_width, GCLineStyle line_style, GCCapStyle cap_style, GCJoinStyle join_style);
		internal static int XSetLineAttributes(IntPtr display, IntPtr gc, int line_width, GCLineStyle line_style, GCCapStyle cap_style, GCJoinStyle join_style) {
XplatUIX11