|
|
@@ -1179,7 +1179,7 @@ namespace Dongke.WinForm.Controls.InvoiceLayout
|
|
|
rr.X = LayoutCommon.MillimeterToPixelDpi(rectangleM.X, graphics.DpiX);
|
|
|
rr.Y = LayoutCommon.MillimeterToPixelDpi(rectangleM.Y, graphics.DpiY);
|
|
|
rr.Width = LayoutCommon.MillimeterToPixelDpi(rectangleM.Width, graphics.DpiX);
|
|
|
- rr.Height = LayoutCommon.MillimeterToPixelDpi(rectangleM.Height, graphics.DpiX);
|
|
|
+ rr.Height = LayoutCommon.MillimeterToPixelDpi(rectangleM.Height, graphics.DpiY);
|
|
|
graphics.DrawString(vv, _fontDraw, Brushes.Black, rr);
|
|
|
return;
|
|
|
}
|