ElementPosition.FromRectangleF(RectangleF) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise un objet ElementPosition à partir d'une structure RectangleF.
public:
void FromRectangleF(System::Drawing::RectangleF rect);
public void FromRectangleF (System.Drawing.RectangleF rect);
member this.FromRectangleF : System.Drawing.RectangleF -> unit
Public Sub FromRectangleF (rect As RectangleF)
Paramètres
- rect
- RectangleF
Structure de RectangleF utilisée pour initialiser l'objet de position d'élément.