IGeometryImplStrokeContains Method
Indicates whether the geometry's stroke contains the specified point.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
bool StrokeContains(
IPen? pen,
Point point
)
Function StrokeContains (
pen As IPen,
point As Point
) As Boolean
abstract StrokeContains :
pen : IPen *
point : Point -> bool
- pen IPen
- The stroke to use.
- point Point
- The point.
Booleantrue if the geometry contains the point; otherwise,
false.