CGSize constructor

CGSize(
  1. double width,
  2. double height
)

Implementation

CGSize(double width, double height) : super(width, height);