eDriven Framework API
Contains Method (rectangle)
NamespaceseDriven.Core.GeomRectangleContains(Rectangle)
eDriven Framework API
Checks if a given rectangle is placed inside this rectangle
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	Rectangle rectangle
)
Public Function Contains ( _
	rectangle As Rectangle _
) As Boolean
public:
bool Contains(
	Rectangle^ rectangle
)
Parameters
rectangle (Rectangle)
Return Value

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)