RectangleF.Bottom Eigenschaft

Definition

Ruft die y-Koordinate ab, die die Summe von Y und Height dieser RectangleF-Struktur ist.

public:
 property float Bottom { float get(); };
[System.ComponentModel.Browsable(false)]
public float Bottom { get; }
public float Bottom { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Bottom : single
member this.Bottom : single
Public ReadOnly Property Bottom As Single

Eigenschaftswert

Die y-Koordinate, die die Summe von Y und Height dieser RectangleF-Struktur ist.

Attribute

Hinweise

Der Bottom -Wert stellt die y-Koordinate des ersten Punkts am unteren Rand des Rechtecks dar, das nicht im Rechteck enthalten ist.

Gilt für: