How to defiine line width

I draw objects using "LineList" primitive type. How can I define line's width?
[89 byte] By [Poma] at [2007-12-25]
# 1
Line primitives are always one pixel wide. Use ID3DXLine for thick lines...
WessamBahnassi at 2007-9-3 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...
# 2
Can you tell me how to do it with C#? (I don't know how ID3DXLine called in .NET)
Poma at 2007-9-3 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...
# 3
http://msdn2.microsoft.com/en-us/library/ms887118.aspx
Line Class (Microsoft.DirectX.Direct3D)
WessamBahnassi at 2007-9-3 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...
# 4
But thickness of Line won't vanish with perspective. I don't want to draw 2D lines
Poma at 2007-9-3 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...
# 5
Read my answer in your thread: "Can't draw line"
WessamBahnassi at 2007-9-3 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: DirectX 101...