Geometry::GetWidenedPathGeometry Method (Pen^)
.NET Framework (current version)
Gets a PathGeometry that is the shape defined by the stroke on the Geometry produced by the specified Pen.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- pen
-
Type:
System.Windows.Media::Pen^
An object that describes the area of the geometry's stroke.
Some Geometry methods (such as GetWidenedPathGeometry) 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.
.NET Framework
Available since 3.0
Available since 3.0
Show: