Rectangle.Contains

Rectangle.Contains method

Determinces whether given point is inside of the rectangle.

public bool Contains(Point point)
ParameterTypeDescription
pointPointPoint to check.

Return Value

True if point is inside of the recatngle.

See Also