Deconstruct Method
Deconstructs the vector into its X and Y components.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void Deconstruct(
out double x,
out double y
)
Public Sub Deconstruct (
<OutAttribute> ByRef x As Double,
<OutAttribute> ByRef y As Double
)
member Deconstruct :
x : float byref *
y : float byref -> unit