VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormListBoxField Class / GetItemRect(RectangleF,Int32,Single) Method
Syntax Requirements SeeAlso
    GetItemRect(RectangleF,Int32,Single) Method (PdfInteractiveFormListBoxField)
    Returns the rectangle of the item at specified index.
    Syntax
    'Declaration
    
    Public Function GetItemRect( _
    ByVal itemsRect
    The items rect.
    As System.Drawing.RectangleF, _
    ByVal itemIndex
    Index of the item.
    As System.Int32, _
    ByVal verticalOffset
    The vertical offset.
    As Single _
    ) As System.Drawing.RectangleF
     

    Parameters

    itemsRect
    The items rect.
    itemIndex
    Index of the item.
    verticalOffset
    The vertical offset.

    Return Value

    The rectangle of the item at specified index.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also