CGPoint constructor

CGPoint(
  1. double x,
  2. double y
)

Implementation

CGPoint(double x, double y) : super(x, y);