Geometry::FillContains Method (Geometry^)
.NET Framework (current version)
Indicates whether the current geometry completely contains the specified Geometry.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- geometry
-
Type:
System.Windows.Media::Geometry^
The geometry to test for containment.
Return Value
Type: System::Booleantrue if the current geometry completely contains geometry; otherwise, false.
The default margin of error (described by the StandardFlatteningTolerance property) is used when determining whether the current geometry contains the specified geometry. To specify your own margin of error, use the FillContains method.
.NET Framework
Available since 3.0
Available since 3.0
Show: