RectF.Deconstruct(Single, Single, Single, Single) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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)
Parametry
- x
- Single
- y
- Single
- width
- Single
- height
- Single