RectangleD::ContainsX Method (Double)

 

Determines if the X coordinate 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 ContainsX(
	double x
)

Parameters

x
Type: System::Double

The x-coordinate of the point to test.

Return Value

Type: System::Boolean
Return to top
Show: