RectangleGeometry.GetArea(Double, ToleranceType) Methode

Definition

Ruft den ausgefüllten Bereich des RectangleGeometry-Objekts ab.

public:
 override double GetArea(double tolerance, System::Windows::Media::ToleranceType type);
public override double GetArea (double tolerance, System.Windows.Media.ToleranceType type);
override this.GetArea : double * System.Windows.Media.ToleranceType -> double
Public Overrides Function GetArea (tolerance As Double, type As ToleranceType) As Double

Parameter

tolerance
Double

Die Fehlertoleranz.

type
ToleranceType

Gibt an, wie der Toleranzfehler interpretiert werden soll.

Gibt zurück

Double

Der ausgefüllte Bereich dieses RectangleGeometry-Objekts.

Gilt für