Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: PointD operator-(PointD, PointD)

  • Declared in: RT.Coordinates.PointD

Declaration

public static PointD operator-(
    PointD p1,
    PointD p2
)

Summary

Subtracts a point from another (treating them as vectors).