public void Inflate(ShaipSizeF size) { _rectangleF.Inflate(size.ToSizeF()); }
public PaintRectangleF(ShapePointF location, ShaipSizeF size) { _rectangleF.Location = location.ToPointF(); _rectangleF.Size = size.ToSizeF(); }