NSSize constructor

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

Implementation

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