VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationAppearanceGenerator Class / CalculateAnnotationRectangle(PdfAnnotation,PointF[]) Method
Синтаксис Требования Смотрите также
В этом разделе
    CalculateAnnotationRectangle(PdfAnnotation,PointF[]) Метод (PdfAnnotationAppearanceGenerator)
    В этом разделе
    Вычисляет прямоугольник аннотации.
    Синтаксис
    '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

    Рассчитанный прямоугольник аннотации.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также