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