Partager via


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

See Also

Reference

Rectangle Structure

Intersect Overload

Microsoft.VisualStudio.TestTools.UITest.Input Namespace