Class LineWidthTreat
Object for set line width of opengl drawing.
public class LineWidthTreat : IDisplayee, IExpandToBox3d
- Inheritance
-
LineWidthTreat
- Implements
- Inherited Members
- Extension Methods
Constructors
LineWidthTreat(float)
Initializes a new instance of the LineWidthTreat class.
public LineWidthTreat(float lineWidth)
Parameters
lineWidthfloatThe line width to set.
Properties
LineWidth
Gets or sets the line width value.
public float LineWidth { get; set; }
Property Value
Methods
Display(Bind)
Sets the line width in the OpenGL context.
public void Display(Bind bind)
Parameters
bindBindThe binding context.
ExpandToBox3d(Box3d)
This implementation does nothing as line width does not affect bounding box.
public void ExpandToBox3d(Box3d dst)
Parameters
dstBox3dThe destination box to expand.