We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138518a commit f1fcca9Copy full SHA for f1fcca9
PdfSharpCore/Drawing/XGraphics.cs
@@ -123,10 +123,6 @@ public sealed class XGraphics : IDisposable
123
}
124
XGraphics(XSize size, XGraphicsUnit pageUnit, XPageDirection pageDirection)
125
{
126
- if (size == null)
127
- throw new ArgumentNullException("size");
128
-
129
130
_gsStack = new GraphicsStateStack(this);
131
_pageSizePoints = new XSize(size.Width, size.Height);
132
switch (pageUnit)
0 commit comments