VintaSoft Barcode .NET SDK 15.1: Руководство для .NET разработчика
Vintasoft.Primitives Namespace / VintasoftRectI Structure / Contains Methods / Contains(Int32,Int32) Method
Синтаксис Требования Смотрите также
    Contains(Int32,Int32) Метод (VintasoftRectI)
    Determines if the specified point is contained within this VintasoftRectI structure.
    Синтаксис
    'Declaration
    
    Public Overloads Function Contains( _
    ByVal x
    X-coordinate of the point.
    As Integer, _
    ByVal y
    Y-coordinate of the point.
    As Integer _
    ) As Boolean
     

    Parameters

    x
    X-coordinate of the point.
    y
    Y-coordinate of the point.

    Return Value

    True if the point is contained within this VintasoftRectI structure; otherwise, false.
    Требования

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

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