RectangleD.ContainsY(Double) Method

Definition

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.

Applies to