DrawPolygon2D ClassDelta Engine Documentation
Responsible for rendering filled 2D shapes defined by their border points View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Rendering2D.Shapes DrawPolygon2D

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

public class DrawPolygon2D : DrawBehavior

The DrawPolygon2D type exposes the following members.

Constructors

  NameDescription
Public methodDrawPolygon2D
Initializes a new instance of the DrawPolygon2D class
Top
Methods

  NameDescription
Public methodDraw
Top
See Also