Ejemplo n.º 1
0
 public Obstacle(PointF location, SizeF size) : base(location)
 {
     this.Size = new SizeF(DimensionsUtil.GetObstacleWidth(size.Width), DimensionsUtil.GetObstacleHeight(size.Height));
 }