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
'Declaration Protected Overrides Function CalculateAnnotationRectangle( _
ByVal annotationThe annotation.As PdfAnnotation, _
ByVal annotationReferencePointsReference points of the annotation.() As System.Drawing.PointF _
) As System.Drawing.RectangleF
Parameters
- annotation
- The annotation.
- annotationReferencePoints
- Reference points of the annotation.
Return Value
Calculated annotation rectangle.