Summary
Indicates whether the geometry's fill contains the specified point.
- Namespace
- Avalonia
.Platform - Containing Type
- IGeometryImpl
Syntax
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 . |