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