Share via


PointF.Deconstruct(Single, Single) Method

Definition

public:
 void Deconstruct([Runtime::InteropServices::Out] float % x, [Runtime::InteropServices::Out] float % y);
public void Deconstruct (out float x, out float y);
member this.Deconstruct : single * single -> unit
Public Sub Deconstruct (ByRef x As Single, ByRef y As Single)

Parameters

x
Single
y
Single

Applies to