Click or drag to resize

PointBaseDataCalculateBounds Method

Calculates the bounding rectangle of an annotation.
Overload List
  NameDescription
Protected methodCalculateBounds(AnnotationPen, AnnotationBrush, PointF)
This method will calculate the bounding rectangle for the annotation, taking the pen width, shadow and annotation transforms into account.
(Inherited from AnnotationData.)
Protected methodCalculateBounds(RectangleF, AnnotationPen, AnnotationBrush, PointF)
This method will add the annotation pen width, shadow and transforms to the provided rectangle bounds.
(Inherited from AnnotationData.)
Protected methodCalculateBounds(AnnotationPen, AnnotationBrush, PointF, Boolean, Boolean)
Calculates the bounding rectangle for the annotation.
Top
See Also