Base:
method
GetAsPathGeometry
System.Windows.Media.Geometry.GetAsPathGeometry()
6 references to GetAsPathGeometry
PresentationCore (6)
System\Windows\Media\CombinedGeometry.cs (6)
109
return
GetAsPathGeometry
().Bounds;
125
return
GetAsPathGeometry
().GetBoundsInternal(pen, matrix, tolerance, type);
214
return
GetAsPathGeometry
().GetArea(tolerance, type);
221
return
GetAsPathGeometry
().GetTransformedFigureCollection(transform);
235
PathGeometry pathGeometry =
GetAsPathGeometry
();
266
return
GetAsPathGeometry
().IsEmpty();