Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: PointD(double, double)

  • Declared in: RT.Coordinates.PointD

Declaration

public PointD(
    double x,
    double y
)

Summary

Constructor.

Parameters

doublex X-coordinate.
doubley Y-coordinate.