RectangleD.ContainsY(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the Y coordinate is contained within this RectangleD structure.
public:
bool ContainsY(double y);
public bool ContainsY (double y);
member this.ContainsY : double -> bool
Public Function ContainsY (y As Double) As Boolean
Parameters
- y
- Double
The y-coordinate of the point to test
Returns
This method returns true if the point defined by x and y is contained within this RectangleD structure; otherwise false.