Fix the line thickness.
This commit is contained in:
parent
843677822d
commit
80ae2b8577
@ -65,7 +65,8 @@ namespace VG
|
||||
public VGOut_Graphics(Graphics vgOutput)
|
||||
{ _VGOutput = vgOutput; }
|
||||
public float Scale
|
||||
{ get { return _VGOutput.Transform.Elements[0]; } }
|
||||
{ get { return 1; } }
|
||||
//{ get { return _VGOutput.Transform.Elements[0]; } }
|
||||
public void DrawLine(Pen pn, float startx, float starty, float endx, float endy)
|
||||
{ _VGOutput.DrawLine(pn, startx, starty, endx, endy); }
|
||||
public void DrawRectangle(Pen pn, RectangleF rectf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user