Geometry::StrokeContainsWithDetail Method (Pen^, Geometry^)
Returns a value that describes the intersection between the specified Geometry and the stroke created by applying the specified Pen to the current geometry.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- pen
-
Type:
System.Windows.Media::Pen^
An object that determines the area of the current geometry's stroke.
- 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 specified geometry is located in the current geometry's stroke. To specify your own tolerance factor, use the StrokeContainsWithDetail method.
Some Geometry methods (such as StrokeContainsWithDetail) 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.
Available since 3.0