Base:
method
GetAsPathGeometry
System.Windows.Media.Geometry.GetAsPathGeometry()
6 references to GetAsPathGeometry
PresentationCore (6)
System\Windows\Media\CombinedGeometry.cs (6)
110return GetAsPathGeometry().Bounds; 126return GetAsPathGeometry().GetBoundsInternal(pen, matrix, tolerance, type); 215return GetAsPathGeometry().GetArea(tolerance, type); 222return GetAsPathGeometry().GetTransformedFigureCollection(transform); 236PathGeometry pathGeometry = GetAsPathGeometry(); 267return GetAsPathGeometry().IsEmpty();