Polygon2D Constructor Delta Engine Documentation
Initializes a new instance of the Polygon2D class

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

public Polygon2D(
	Rectangle drawArea,
	Color color
)
See Also