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