StrokeContains Method
Indicates whether the geometry's stroke contains the specified point.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool StrokeContains(
IPen pen,
Point point
)
Public Function StrokeContains (
pen As IPen,
point As Point
) As Boolean
member StrokeContains :
pen : IPen *
point : Point -> bool
Parameters
Return Value
Boolean
true
if the geometry contains the point; otherwise, false
.