RectangleD::Contains Method (PointD)

 

Determines if the specified point is contained within this RectangleD structure.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
bool Contains(
	PointD pt
)

Parameters

pt
Type: Microsoft.VisualStudio.Modeling.Diagrams::PointD

The PointD to test.

Return Value

Type: System::Boolean
Return to top
Show: