Content Bounds of an Masked Image

It seems that even If I mask an image. Whenever I want to get its contentBounds, it still returns to me the whole image, like the mask was not implemented, any help will do.

Thanks in advance :slight_smile:

Content bounds are rectangular and don’t care about any masking details.  To the SDK, all images are rectangles.  

Having the SDK return a list of correctly wound vertexes encompassing the non-transparent portions of an image as displayed would be uber-expensive.

Can you post back with some usage cases for what you’re trying to achieve?  Someone may have a good way to approach the problem.

Content bounds are rectangular and don’t care about any masking details.  To the SDK, all images are rectangles.  

Having the SDK return a list of correctly wound vertexes encompassing the non-transparent portions of an image as displayed would be uber-expensive.

Can you post back with some usage cases for what you’re trying to achieve?  Someone may have a good way to approach the problem.