RectangleF.Bottom Proprietà

Definizione

Ottiene la coordinata y che rappresenta la somma delle proprietà Y e Height di questa struttura RectangleF.

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

Valore della proprietà

Coordinata y, ovvero la somma delle proprietà Y e Height di questa struttura RectangleF.

Attributi

Commenti

Il Bottom valore rappresenta la coordinata y del primo punto nel bordo inferiore del rettangolo che non è contenuto nel rettangolo.

Si applica a