Base:
method
GetAsPathGeometry
System.Windows.Media.Geometry.GetAsPathGeometry()
6 references to GetAsPathGeometry
PresentationCore (6)
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (6)
130return GetAsPathGeometry().Bounds; 146return GetAsPathGeometry().GetBoundsInternal(pen, matrix, tolerance, type); 235return GetAsPathGeometry().GetArea(tolerance, type); 242return GetAsPathGeometry().GetTransformedFigureCollection(transform); 256PathGeometry pathGeometry = GetAsPathGeometry(); 287return GetAsPathGeometry().IsEmpty();