drawline

  1. MitchBu

    iOS Question B4XCanvas.DrawPathRotated ?

    I am trying to wrap my head around Drawpath, but nothing draws apart from "Testing". Here is what I have so far: Log("-- Begin program") Canvas1.Initialize(Panel1) Dim left As Float = 200 Dim top As Float = 200 Dim myPath As B4XPath myPath.Initialize(left, top)...
  2. Star-Dust

    Android Code Snippet [BAX] [XUI] BitmapCreator - DrawLine, DrawPath , DrawCircle, DrawArc, DrawImageTrapezoid

    BitmapCreator lacks some important instructions on Canvas. Sometimes switching from BitmapCreator to Canvas and vice versa would slow down the code too much, so it would be better to implement them with BitmapCreator. I started writing some divers, if someone finds a way to improve it or add...
Top