jingwood / d2dlib

A .NET library for hardware-accelerated, high performance, immediate mode rendering via Direct2D.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`DrawPolygon` doesn't work

jingwood opened this issue · comments

Calling DrawPolygon doesn't render anything.

g.DrawPolygon(points, D2DColor.Black, 2);