add Image Watermark
Return the bitmap with image watermarking.
Return
the bitmap with image watermarking
Parameters
src
The source of bitmap.
watermark
The image watermarking.
x
The x coordinate of the first pixel.
y
The y coordinate of the first pixel.
alpha
The alpha of watermark.
Return the bitmap with image watermarking.
Return
the bitmap with image watermarking
Parameters
src
The source of bitmap.
watermark
The image watermarking.
x
The x coordinate of the first pixel.
y
The y coordinate of the first pixel.
alpha
The alpha of watermark.
recycle
True to recycle the source of bitmap, false otherwise.