Table of Contents

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

x0 float
y0 float
x1 float
y1 float
color Color4
thickness float
antialiased bool

Fields

A

public Vector2 A

Field Value

Vector2

Antialiased

public bool Antialiased

Field Value

bool

B

public Vector2 B

Field Value

Vector2

Color

public Color4 Color

Field Value

Color4

Thickness

public float Thickness

Field Value

float

Methods

Draw(Color4)

public void Draw(Color4 tint)

Parameters

tint Color4