RectF.Deconstruct(Single, Single, Single, Single) Method

Definition

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)

Parameters

x
Single
y
Single
width
Single
height
Single

Applies to