public SizeF(PointF pt) { this.width = pt.X; this.height = pt.Y; }
static PointF() { Empty = Zero; Zero = new PointF(0f, 0f); }