Slider2D@{.5,.5} makes a draggable orange point with gray lines in a square.
I want to use that dot in my plots. I also want to use that color and thickness of gray line. I could extract all of this information approximately from the image. But I think there's a way to get the pieces used to construct that object in a way analagous to FullForm@Slider2D@{.5,.5} (this code of course does not yield a list of lines, other graphics primitives etc.). Perhaps the solution involves FullGraphics or AbsoluteOptions or AbsoluteCurrentValue.




FrontEndResource? In my version, 12.1, I can't findFrontEndResourceeven in Names["FrontEnd`*"] – Adam Mar 23 '21 at 02:23