RectF.Deconstruct(Single, Single, Single, Single) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
void Deconstruct([Runtime::InteropServices::Out] float % x, [Runtime::InteropServices::Out] float % y, [Runtime::InteropServices::Out] float % width, [Runtime::InteropServices::Out] float % height);
public void Deconstruct (out float x, out float y, out float width, out float height);
member this.Deconstruct : single * single * single * single -> unit
Public Sub Deconstruct (ByRef x As Single, ByRef y As Single, ByRef width As Single, ByRef height As Single)
Parametri
- x
- Single
- y
- Single
- width
- Single
- height
- Single