PixelRect.

Contains(PixelPoint) Method

Summary

Determines whether a point in in the bounds of the rectangle.
Namespace
Avalonia
Containing Type
PixelRect

Syntax

public bool Contains(PixelPoint p)

Parameters

Name Type Description
p PixelPoint The point.

Return Value

Type Description
bool true if the point is in the bounds of the rectangle; otherwise false.