pt static method

double pt(
  1. num point
)

The respective value in points (1/72th of 1 inch)

Implementation

static double pt(num point) => point.pt;