Rect.Deconstruct(Double, Double, Double, Double) 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.
public:
void Deconstruct([Runtime::InteropServices::Out] double % x, [Runtime::InteropServices::Out] double % y, [Runtime::InteropServices::Out] double % width, [Runtime::InteropServices::Out] double % height);
public void Deconstruct (out double x, out double y, out double width, out double height);
member this.Deconstruct : double * double * double * double -> unit
Public Sub Deconstruct (ByRef x As Double, ByRef y As Double, ByRef width As Double, ByRef height As Double)
Paramètres
- x
- Double
- y
- Double
- width
- Double
- height
- Double