StickerView
StickerView copied to clipboard
how i get position getX and getY from sticker?
sticker.getMappedBoundPoints()[0] // getX sticker.getMappedBoundPoints()[1] // getY
you can get your sticker X, Y Position using this method.
Can we replace x ,y , height and width parameter...?