Click or drag to resize

AnnotationUIGetConfinedLocation Method

These methods are used by the AnnotationController to handle annotation confinement.
Overload List
  NameDescription
Public methodGetConfinedLocation(RectangleF, PointF)
Returns the new confined location of the annotation when a confinement bounds and new location offset are provided.
Protected methodGetConfinedLocation(RectangleF, RectangleF, PointF)

Returns the new confined location of the annotation when the annotation bounds, a confinement bounds and new location offset are provided.

This overload is useful when only a portion of the annotation bounds should be taken into account for this calculation.

Top
See Also