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