4 overrides of GetArea
PresentationCore (4)
System\Windows\Media\CombinedGeometry.cs (1)
206
public override double
GetArea
(double tolerance, ToleranceType type)
System\Windows\Media\EllipseGeometry.cs (1)
233
public override double
GetArea
(double tolerance, ToleranceType type)
System\Windows\Media\LineGeometry.cs (1)
166
public override double
GetArea
(double tolerance, ToleranceType type)
System\Windows\Media\RectangleGeometry.cs (1)
270
public override double
GetArea
(double tolerance, ToleranceType type)
2 references to GetArea
PresentationCore (2)
System\Windows\Media\CombinedGeometry.cs (1)
215
return GetAsPathGeometry().
GetArea
(tolerance, type);
System\Windows\Media\Geometry.cs (1)
319
return
GetArea
(StandardFlatteningTolerance, ToleranceType.Absolute);