Rectangle.Intersect Method (Rectangle)
Creates a Rectangle that represents the intersection between this Rectangle and rect.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Input
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub Intersect ( _
rect As Rectangle _
)
public void Intersect(
Rectangle rect
)
public:
void Intersect(
Rectangle rect
)
member Intersect :
rect:Rectangle -> unit
public function Intersect(
rect : Rectangle
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.