Contains(Int32,Int32) Method (VintasoftRectI)
Determines if the specified point is contained within this
VintasoftRectI structure.
'Declaration
Public Overloads Function Contains( _
ByVal As System.Int32, _
ByVal As System.Int32 _
) As Boolean
public bool Contains(
System.Int32 ,
System.Int32
)
public: bool Contains(
System.Int32 ,
System.Int32
)
public:
bool Contains(
System.Int32 ,
System.Int32
)
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.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5