Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Function IntersectsWith ( _
rectangle As RectangleD _
) As Boolean
'使用
Dim instance As RectangleD
Dim rectangle As RectangleD
Dim returnValue As Boolean
returnValue = instance.IntersectsWith(rectangle)
public bool IntersectsWith(
RectangleD rectangle
)
public:
bool IntersectsWith(
RectangleD rectangle
)
public function IntersectsWith(
rectangle : RectangleD
) : boolean
Parameters
- rectangle
Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
Return Value
Type: System.Boolean
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.