I would like to add a picture (basically a company logo in png or jpg format) to new programmatically-created layouts. I would like to embed the picture files within the addin so that users do not have to download or save the pictures to their machines. More importantly, I need to reference the pictures where they are saved within the addin. When trying to add a new graphic element, the only time it adds a picture is when the file path is hard coded to a location on disk. In no circumstance have I ever successfully accessed the picture file stored within the add-in. Any advice or directions would be very much appreciated.
I've spent extensive time here: https://github.com/Esri/arcgis-pro-sdk/wiki/ProGuide-content-and-image-resources#images-as-embedded-resources, but for the life of me I can not figure out how to reference/access those embedded image resources when I want to add them on a layout.
Thank you!