RectF.Deconstruct(Single, Single, Single, Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)
參數
- x
- Single
- y
- Single
- width
- Single
- height
- Single