ILineThickness
Description
- Derived from
- Extended by
Base interface for classes that allow to choose a thickness for rendering lines.
Public / Attributes
LineThickness
The line thickness to use for rendering Primitive.LineList, Primitive.LineStrip and Primitive.PointList primitives.
When set to 1
, lines and points are rendered with a thickness of one screen pixel, using the alpha channel for transparency.
When set to value greater than 1
, lines are rendered with the given thickness and points are rendered as circles with the given thickness as diameter. The alpha channel is ignored.
As best practice, reset the line thickness to the default value after rendering thick geometry, preferably by calling ILineThickness.LineThicknessReset.
Defaults to 1
.