Camera
Camera copied to clipboard
camera.Size ctor has package access
I faced problem with programmatical change of Photographer ImageSize, because Size ctor is not accessible outside its package. I overacame the problem with reflection, but I think missing public ctor of Size is a little omission which could be quickly fixed.