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