2 references to GetFlattenedPathGeometry
PresentationCore (2)
System\Windows\Media\Geometry.cs (1)
663
return
GetFlattenedPathGeometry
(StandardFlatteningTolerance, ToleranceType.Absolute);
System\Windows\Media\PathFigure.cs (1)
80
PathGeometry flattenedGeometry = geometry.
GetFlattenedPathGeometry
(tolerance, type);