VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftRectI Structure / Contains Methods / Contains(VintasoftRectI) Method
Syntax Requirements SeeAlso
In This Topic
Contains(VintasoftRectI) Method (VintasoftRectI)
In This Topic
Determines if the rectangular region is entirely contained within this VintasoftRectI structure.
Syntax
'Declaration

Public Overloads Function Contains( _
ByVal rectangle
The VintasoftRectI to test.
As VintasoftRectI _
) As Boolean
public bool Contains(
VintasoftRectI rectangle
)

Parameters

rectangle
The VintasoftRectI to test.

Return Value

True if rectangle is entirely contained within the rectangular region represented by this VintasoftRectI; otherwise, false.
Requirements

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

See Also