groege / PdfSharpCore

PdfSharp port NetCore
47 stars 13 forks source link

DrawRoundedRectangle is not working in UWP #13

Closed akgulebubekir closed 1 year ago

akgulebubekir commented 6 years ago

Below code piece does not works in UWP platform:

     page.DrawRoundedRectangle(new XPen(XColors.Black, 2), new XRect(10, 10, 100, 100), new XSize(5, 5));