VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / GraphicsFigurePoints Class / IndexOf(PointF) Method
Syntax Requirements SeeAlso
In This Topic
    IndexOf(PointF) Method (GraphicsFigurePoints)
    In This Topic
    Searches for the specified point and returns the zero-based index of the first occurrence within the entire collection.
    Syntax
    'Declaration
    
    Public Function IndexOf( _
    ByVal item
    The System.Drawing.PointF to locate in the collection.
    As System.Drawing.PointF _
    ) As System.Int32
    public System.Int32 IndexOf(
    System.Drawing.PointF item
    )
    public: System.Int32 IndexOf(
    System.Drawing.PointF item
    )
    public:
    System.Int32 IndexOf(
    System.Drawing.PointF item
    )

    Parameters

    item
    The System.Drawing.PointF to locate in the collection.

    Return Value

    The zero-based index of the first occurrence of item within the entire collection, if found; otherwise, -1.
    Requirements

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

    See Also