IGeometryImplFillContains Method
Indicates whether the geometry's fill contains the specified point.
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
bool FillContains(
Point point
)
Function FillContains (
point As Point
) As Boolean
abstract FillContains :
point : Point -> bool
- point Point
- The point.
Booleantrue if the geometry contains the point; otherwise,
false.