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