Class VectorShape.Line
- Namespace
- Lime
- Assembly
- Lime.dll
public class VectorShape.Line : IVectorShapeElement
- Inheritance
-
VectorShape.Line
- Implements
- Inherited Members
Constructors
Line()
public Line()
Line(float, float, float, float, Color4, float, bool)
public Line(float x0, float y0, float x1, float y1, Color4 color, float thickness = 1, bool antialiased = true)
Parameters
Fields
A
public Vector2 A
Field Value
Antialiased
public bool Antialiased
Field Value
B
public Vector2 B
Field Value
Color
public Color4 Color
Field Value
Thickness
public float Thickness
Field Value
Methods
Draw(Color4)
public void Draw(Color4 tint)
Parameters
tint
Color4