GoBalloon Anchor Handle

How can I get the anchor handle from the GoBalloon object? I mean the yellow diamond.

Thank you advance.

It's the handle with id AnchorHandle
In DoResize, it is the handle where
whichHandle == AnchorHandle
Does that help?

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.