Deconstruct Method
Deconstructs the size into its Width and Height values.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void Deconstruct(
out double width,
out double height
)
Public Sub Deconstruct (
<OutAttribute> ByRef width As Double,
<OutAttribute> ByRef height As Double
)
member Deconstruct :
width : float byref *
height : float byref -> unit