Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.