Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Deconstruct(out double, out double)

  • Declared in: RT.Util.Geometry.PointD

Declaration

public void Deconstruct(
    out double x,
    out double y
)

Summary

Deconstructs this point into a tuple.