4 overrides of GetArea
PresentationCore (4)
System\Windows\Media\CombinedGeometry.cs (1)
205
public override double
GetArea
(double tolerance, ToleranceType type)
System\Windows\Media\EllipseGeometry.cs (1)
232
public override double
GetArea
(double tolerance, ToleranceType type)
System\Windows\Media\LineGeometry.cs (1)
165
public override double
GetArea
(double tolerance, ToleranceType type)
System\Windows\Media\RectangleGeometry.cs (1)
269
public override double
GetArea
(double tolerance, ToleranceType type)
2 references to GetArea
PresentationCore (2)
System\Windows\Media\CombinedGeometry.cs (1)
214
return GetAsPathGeometry().
GetArea
(tolerance, type);
System\Windows\Media\Geometry.cs (1)
318
return
GetArea
(StandardFlatteningTolerance, ToleranceType.Absolute);