d2dlib icon indicating copy to clipboard operation
d2dlib copied to clipboard

Add 2 missing geometry related methods

Open MarkhusGenferei opened this issue 2 years ago • 0 comments

Added

  • FillPathWithBrush() was defined in the cpp, but was not exposed to c#. It is now using FillPath(D2DGeometry geo, D2DBrush fillBrush)

  • CreateEllipseGeometry(D2DEllipse ellipse), to do so from an existing ellipse

MarkhusGenferei avatar Jan 02 '23 12:01 MarkhusGenferei