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(
Vector2D startPoint,
Vector2D endPoint,
Color color
)
public Line2D(
Vector2D startPoint,
Vector2D endPoint,
Color color
)
Public Sub New (
startPoint As Vector2D,
endPoint As Vector2D,
color As Color
)
Public Sub New (
startPoint As Vector2D,
endPoint As Vector2D,
color As Color
)
public:
Line2D(
Vector2D startPoint,
Vector2D endPoint,
Color color
)
public:
Line2D(
Vector2D startPoint,
Vector2D endPoint,
Color color
)
new :
startPoint : Vector2D *
endPoint : Vector2D *
color : Color -> Line2D
new :
startPoint : Vector2D *
endPoint : Vector2D *
color : Color -> Line2D