LWGShane Well-Known Member Licensed User Longtime User Oct 17, 2017 #1 Looking at B4XBitmap, it seems that B4XBitmap is missing the initialize method. Is this an error or was this done on purpose?
Looking at B4XBitmap, it seems that B4XBitmap is missing the initialize method. Is this an error or was this done on purpose?
DonManfred Expert Licensed User Longtime User Oct 17, 2017 #2 https://www.b4x.com/android/forum/threads/b4x-xui-create-a-round-image.85102/ B4XBitmap is the result of a method in XUI Library. Upvote 0
https://www.b4x.com/android/forum/threads/b4x-xui-create-a-round-image.85102/ B4XBitmap is the result of a method in XUI Library.
Erel B4X founder Staff member Licensed User Longtime User Oct 18, 2017 #3 Example: B4X: Dim bmp As B4XBitmap = xui.LoadBitmap(...) 'or LoadBitmapResize(...) 'or Dim bmp As B4XBitmap = SomeOtherBitmap Upvote 0
Example: B4X: Dim bmp As B4XBitmap = xui.LoadBitmap(...) 'or LoadBitmapResize(...) 'or Dim bmp As B4XBitmap = SomeOtherBitmap