Share via


GCPoint2.Deconstruct(NFloat, NFloat) Method

Definition

Deconstructs GCPoint2 by X and Y.

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

Parameters

x
NFloat

Deconstructed parameter for X.

y
NFloat

Deconstructed parameter for Y.

Applies to