'Declaration Protected Overridable Function CalculateAnnotationRectangle( _
ByVal annotationАннотация.As PdfAnnotation, _
ByVal annotationReferencePointsОпорные точки аннотации.() As System.Drawing.PointF _
) As System.Drawing.RectangleF
protected virtual System.Drawing.RectangleF CalculateAnnotationRectangle(
PdfAnnotation annotation,
System.Drawing.PointF[] annotationReferencePoints
)
protected: virtual System.Drawing.RectangleF* CalculateAnnotationRectangle(
PdfAnnotation* annotation,
System.Drawing.PointF[]* annotationReferencePoints
)
protected:
virtual System.Drawing.RectangleF^ CalculateAnnotationRectangle(
PdfAnnotation^ annotation,
array<System.Drawing.PointF>^ annotationReferencePoints
)
Parameters
- annotation
- Аннотация.
- annotationReferencePoints
- Опорные точки аннотации.
Return Value
Рассчитанный прямоугольник аннотации.