VintaSoft Barcode .NET SDK 16.0: Руководство для .NET разработчика
Vintasoft.Primitives Namespace / VintasoftRectI Structure / Intersect Methods / Intersect(VintasoftRectI,VintasoftRectI) Method
Синтаксис Требования Смотрите также
В этом разделе
Intersect(VintasoftRectI,VintasoftRectI) Метод (VintasoftRectI)
В этом разделе
Creates a T:Vintasoft.Primitives.VintasoftRectI structure that represents the intersection of two rectangles. If there is no intersection an empty T:Vintasoft.Primitives.VintasoftRectI is returned.
Синтаксис
'Declaration

Public Overloads Shared Function Intersect( _
ByVal firstRectangle
First rectangle to intersect.
As VintasoftRectI, _
ByVal secondRectangle
Second rectangle to intersect.
As VintasoftRectI _
) As VintasoftRectI

Parameters

firstRectangle
First rectangle to intersect.
secondRectangle
Second rectangle to intersect.

Return Value

>A T:Vintasoft.Primitives.VintasoftRectI structure the size of which represents the overlapped area of the two specified rectangles.
Требования

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

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