Share via


CGRect.Deconstruct Method

Definition

Overloads

Deconstruct(NFloat, NFloat, NFloat, NFloat)

public void Deconstruct(out System.Runtime.InteropServices.NFloat x, out System.Runtime.InteropServices.NFloat y, out System.Runtime.InteropServices.NFloat width, out System.Runtime.InteropServices.NFloat height);
member this.Deconstruct : NFloat * NFloat * NFloat * NFloat -> unit

Parameters

x
NFloat
y
NFloat
width
NFloat
height
NFloat

Applies to

Deconstruct(CGPoint, CGSize)

public void Deconstruct(out CoreGraphics.CGPoint location, out CoreGraphics.CGSize size);
member this.Deconstruct : CGPoint * CGSize -> unit

Parameters

location
CGPoint
size
CGSize

Applies to