Summary
Deconstructs the point into its X and Y coordinates.
Syntax
public void Deconstruct(out double x, out double y)
Parameters
Name | Type | Description |
---|---|---|
x | double | The X coordinate. |
y | double | The Y coordinate. |
Return Value
Type | Description |
---|---|
void |