VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Primitives Namespace / VintasoftRect Structure / Contains Methods / Contains(VintasoftPoint) Method
Syntax Requirements SeeAlso
In This Topic
    Contains(VintasoftPoint) Method (VintasoftRect)
    In This Topic
    Determines if the specified point is contained within this VintasoftRect structure.
    Syntax
    'Declaration
    
    Public Overloads Function Contains( _
    ByVal point
    The VintasoftPoint to test.
    As VintasoftPoint _
    ) As Boolean
    public bool Contains(
    VintasoftPoint point
    )
    public: bool Contains(
    VintasoftPoint point
    )
    public:
    bool Contains(
    VintasoftPoint point
    )

    Parameters

    point
    The VintasoftPoint to test.

    Return Value

    True if the point is contained within this VintasoftRect structure; otherwise, false.
    Requirements

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

    See Also