Base:
method
GetAsPathGeometry
System.Windows.Media.Geometry.GetAsPathGeometry()
6 references to GetAsPathGeometry
PresentationCore (6)
System\Windows\Media\CombinedGeometry.cs (6)
129return GetAsPathGeometry().Bounds; 145return GetAsPathGeometry().GetBoundsInternal(pen, matrix, tolerance, type); 234return GetAsPathGeometry().GetArea(tolerance, type); 241return GetAsPathGeometry().GetTransformedFigureCollection(transform); 255PathGeometry pathGeometry = GetAsPathGeometry(); 286return GetAsPathGeometry().IsEmpty();