Question
Bounds around a text art
I am trying to get the bounding box around selected text art objects so I can draw a box around them. I am using
GetPreciseArtTransformBounds which returns an ArtworkBounds but it returns 4 values of Left, Top, Right, and Bottom. Is this the correct approach or should I be using another function. If this is correct how do I intepret this for the X,Y values of all 4 corners which would encapsulate the text art?