Geometry.

StrokeContains(IPen, Point) Method

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

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

Return Value

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