SizeIns constructor

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

Implementation

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