Initializes a new instance of the
Line2D class
Namespace: DeltaEngine.Rendering2D.ShapesAssembly: DeltaEngine.Rendering2D.Shapes (in DeltaEngine.Rendering2D.Shapes.dll) Version: 1.1.1.0 (1.1.1)
public Line2D(
List<Vector2D> points,
Color color
)
public Line2D(
List<Vector2D> points,
Color color
)
Public Sub New (
points As List(Of Vector2D),
color As Color
)
Public Sub New (
points As List(Of Vector2D),
color As Color
)
public:
Line2D(
List<Vector2D>^ points,
Color color
)
public:
Line2D(
List<Vector2D>^ points,
Color color
)
new :
points : List<Vector2D> *
color : Color -> Line2D
new :
points : List<Vector2D> *
color : Color -> Line2D