How can I get the anchor handle from the GoBalloon object? I mean the yellow diamond.
Thank you advance.
How can I get the anchor handle from the GoBalloon object? I mean the yellow diamond.
Thank you advance.
Not really. But thanks anyway.
In fact, I need to know the center of the anchor handle object (the center of the yellow diamond). How could I retrieve it from GoBalloon?
It should be the PointF returned by GoBalloon.ComputeAnchorPoint().
Yes, that is what I want. Thank you very much.