I have one image image 1 and one is coming from server that is image 2 i am trying to draw second one just at the center of the first. as result i want single image like in pic .
I have one image image 1 and one is coming from server that is
Share
This should do what you’re looking for:
The
backgroundBitmapvariable would be yourimage1and thebitmapToDrawInTheCenterwould be yourimage2.