B4A Library [B4X] [XUI] AS Draw (FabricView and CanvasView) - Alexander Stolte    Apr 28, 2024   (47 reactions) CanvasView.
B4J: jXUI, JavaObject
B4A: XUI
B4i: iXUI
Features
cross-platform compatible
set... B4J Library [B4X] A class to draw on canvas many types of arrows at any angle. - William Lancee    Aug 24, 2022   (23 reactions) Once again I found myself writing code to draw arrows on canvas.
@klaus has provided a basic..., you can get the bitmap from the canvas.
132973... B4A Question [Solved] OutOfMemoryError with canvas - angel_    Jan 18, 2021 .b4a.objects.drawable.CanvasWrapper.Initialize(CanvasWrapper.java:81) at anywheresoftware... B4A Question b4xCanvas MeasureText (Multiline) - fbritop    Jan 26, 2021 Is it posible to calculate the height of a label and text, but with multiple lines? The way that b4i SizeToFit works I think. Thanks FBP... B4A Question Wordwrap to a canvas - B4AinNY    Oct 5, 2016 Hi, I'm trying to find a way to print some long string on a canvas with wordwrapping. Eventually I'll be sending this canvas to a standard 8.5 x 11 inch printer. I have seen the post https://www.b4x.com/android/forum/threads/draw-multiline-text-on-canvas.42933/ which is great if you know where to put the CRLF, but what if you just have a long string without embedded CRLF. Is there some useful approach someone could suggest. So I have ' Create a bitmap ( bdw ) to draw... B4A Question Need help to draw a grid on canvas - tsteward    Dec 28, 2024 I'm trying to draw a grid over a car key that represents the measurements of where the cuts on t... B4A Question Help needed. DrawPath object on canvas is covered by Label view - fredo    Nov 16, 2019 BubbleAnkerView End Sub 85575 Unfortunately the canvas-drawn "pointer triangle" is covered... to work with canvas so far, a push in the right direction is needed. ... B4A Question High speed drawing on canvas gives issues in B4A - wimpie3    Mar 15, 2024 In B4J I'm currently using canvas.DrawImage2 to draw about 920 (small) bitmaps at the same time... these bitmaps.
In B4A I'm using canvas.DrawBitmap (+ an invalidate) to do exactly the same and... B4A Question Is possible to draw on Canvas while app is paused ? - max123    Oct 23, 2018 -paused.55533/
but I can't figure if is possible to draw on Canvas (on background) while the app... it, draw on Canvas and then send over USB to printer controller line by line, every line wait... B4A Question Canvas Draw Text Center Is Not Centering - Mahares    Jun 22, 2018 ) End Sub Sub CreateBitmap As Canvas Dim bmp As Bitmap bmp.InitializeMutable(200dip, 200dip) Dim cvs As Canvas cvs.Initialize2(bmp) Dim r As Rect r.Initialize(0, 0, bmp.Width, bmp...) Activity.SetBackgroundImage(cvs.Bitmap) Return cvs End Sub Sub DrawBitmap (cvs As Canvas, bmp As Bitmap... Page: 1   2   3   4   5   6   7   |