Equivalent to GraphicsHandle?

yttrium

Active Member
Licensed User
Longtime User
Canvas drawing is incredibly complex for what I want. Basically, my old VB code was as follows, for image processing:
pastebinDOTcom/FHLcgC0J

Image3 would later be saved with a stream.

How can this be replicated using B4A, considering System.Drawing.Graphics isn't valid?
(pastebin semi-linked because false URL detection, I'm not a licensed user)
 
Last edited:

yttrium

Active Member
Licensed User
Longtime User
I understand how it works, I just find it incredibly remedial to have to include a Rect each time I want to draw an image with an offset.
 
Upvote 0
Top