Geometry.

FillContains(Point) Method

Summary

Indicates whether the geometry's fill contains the specified point.
Namespace
Avalonia.Media
Containing Type
Geometry

Syntax

public bool FillContains(Point point)

Parameters

Name Type Description
point Point The point.

Return Value

Type Description
bool true if the geometry contains the point; otherwise, false.