Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub Intersect ( _
rectangle As RectangleD _
)
'使用
Dim instance As RectangleD
Dim rectangle As RectangleD
instance.Intersect(rectangle)
public void Intersect(
RectangleD rectangle
)
public:
void Intersect(
RectangleD rectangle
)
public function Intersect(
rectangle : RectangleD
)
Parameters
- rectangle
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Permissions
- 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.