VintaSoft Barcode .NET SDK 16.0: Документация для Веб разработчика
Vintasoft.Primitives Namespace / VintasoftRect Structure / Contains Methods / Contains(VintasoftRect) Method
Синтаксис Требования Смотрите также
В этом разделе
Contains(VintasoftRect) Метод (VintasoftRect)
В этом разделе
Determines if the rectangular region is entirely contained within this T:Vintasoft.Primitives.VintasoftRect structure.
Синтаксис
'Declaration

Public Overloads Function Contains( _
ByVal rectangle
The T:Vintasoft.Primitives.VintasoftRect to test.
As VintasoftRect _
) As Boolean
public bool Contains(
VintasoftRect rectangle
)

Parameters

rectangle
The T:Vintasoft.Primitives.VintasoftRect to test.

Return Value

{b}True{/b} if {i}rectangle{/i} is entirely contained within the rectangular region represented by this T:Vintasoft.Primitives.VintasoftRect; otherwise, {b}false{/b}.
Требования

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

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