Line2DRenderer ClassDelta Engine Documentation
Responsible for rendering all kinds of 2D lines (Line2D, Circle, etc) View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Rendering2D.Shapes Line2DRenderer

Namespace: DeltaEngine.Rendering2D.Shapes
Assembly: DeltaEngine.Rendering2D.Shapes (in DeltaEngine.Rendering2D.Shapes.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class Line2DRenderer : DrawBehavior

The Line2DRenderer type exposes the following members.

Constructors

  NameDescription
Public methodLine2DRenderer
Initializes a new instance of the Line2DRenderer class
Top
Methods

  NameDescription
Public methodDraw
Top
See Also