Geometry.FillContainsWithDetail Method (Geometry)
Returns a value that describes the intersection between the current geometry and the specified geometry.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- geometry
- Type: System.Windows.Media.Geometry
The geometry to test for containment.
The default tolerance factor (defined by the StandardFlatteningTolerance property) is used when determining whether the current geometry contains the specified geometry. To specify your own tolerance factor, use the FillContainsWithDetail method.
Some Geometry methods (such as FillContainsWithDetail) produce or use a polygonal approximation of the geometry. The tolerance factor specifies the maximum distance between points in this polygonal approximation. Smaller tolerance values produce better approximations, but require more processing than an approximation with a large tolerance factor.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.