Why does this assignment cause an error:
java.lang.RuntimeException: Object should first be initialized (B4XBitmap).
even though Crop returns an object of type B4XBitmap?
And how to get around this problem?
Dim xBmp As B4XBitmap = B4XImageView1.Bitmap.Crop(Left, Top, Width, Height)
Greeting Everyone,
Can you tell me why the KeyValueStore library is giving this error in the logs when I try to compile my app and how to correct it?
Unknown type: b4xbitmap<br />Are you missing a library reference?
[IDE message - 4:17:40]
An error occurred.
Error parsing program.
Error...
I need to crop a picture, which means cut within it to a smaller size.
I tried B4XPicture.crop, but all it does is actually resize the picture to a smaller size, not crop it, in the same sense as Photoshop crops for instance.
Is there a way ?
TIA
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.