IGeometryImpl.

StrokeContains(IPen, Point) Method

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

Name Type Description
pen IPen The stroke to use.
point Point The point.

Return Value

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