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