Geometry.FillContains Method (Geometry)
Indicates whether the current geometry completely contains the specified Geometry.
Namespace: System.Windows.Media
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.