Summary
Indicates whether the geometry's stroke contains the specified point.
- Namespace
- Avalonia
.Media - Containing Type
- Geometry
Syntax
public bool StrokeContains(IPen pen, Point point)
Parameters
Return Value
Type | Description |
---|---|
bool | true if the geometry contains the point; otherwise, false . |