Namespace: Rx.Net – Class: LineStrip2D – Assembly: Rx.Net
LineStrip2D Class
C#
class LineStrip2D
A 2D line strip.
A 2D line strip contains a list of 2D points connected in the given order and has a color.
Constructors
LineStrip2D() | Default constructor. Defines an empty line black line strip. |
LineStrip2D(iPntCnt) | Constructor. Defines a black line strip with the given amount of points. |
LineStrip2D(iPntCnt, xColor) | Constructor. Defines a black line strip with the given amount of points. |
Variables
Positions | Array of points that defines the line strip in the given order. |
Color | The color of the line strip given as RGBA. |