drawpathm

  1. W

    Android Question DrawPath() problem with Clipping? [SOLVED]

    Hi! I'm having a question about ImageView, Canvas and DrawPath(). I want to draw multiple lines with DrawPath with this Code (see also attachment for a demo): Dim canvas1 As Canvas canvas1.Initialize(ImageView1) Dim PolygonPath As Path PolygonPath.Initialize (64,154) PolygonPath.LineTo...
Top