Click or drag to resize

PointBaseAnnotationGetConfinedLocation 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.
(Overrides AnnotationUIGetConfinedLocation(RectangleF, PointF).)
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.

(Inherited from AnnotationUI.)
Top
See Also