You can draw a filled rounded rectangle with the FillRoundedRectangle method, which also requires x, y, width, height, and corner radius arguments, of type float:
C#
canvas.FillColor = Colors.Green;
canvas.FillRoundedRectangle(10, 10, 100, 50, 12);
You can draw a filled rounded rectangle with the FillRoundedRectangle method, which also requires x, y, width, height, and corner radius arguments, of type float:
C#
canvas.FillColor = Colors.Green;
canvas.FillRoundedRectangle(10, 10, 100, 50, 12);
Fax: +1 919.573.0306
US: +1 919.481.1974
UK: +44 20 7084 6215
Toll Free (USA):
1-888-9DOTNET
Share with