IGeometryImplStrokeContains Method

Indicates whether the geometry's stroke contains the specified point.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
bool StrokeContains(
	IPen? pen,
	Point point
)

Parameters

pen  IPen
The stroke to use.
point  Point
The point.

Return Value

Boolean
true if the geometry contains the point; otherwise, false.

See Also