I want to draw a filled triangle.
DrawPath should do it
My layout has a 'Canvas', referenced as a canvas.
If I add
B4X:
Dim p1 as Path
I get an error telling me that Path doesn't exist, and I cant find a library I can include that makes the error go away.
I tried referencing my Canvas as a...