Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
Commits
7a33c828
Commit
7a33c828
authored
Aug 23, 2017
by
Fr33dan
Committed by
mrbean-bremen
Dec 20, 2018
Browse files
Clarified documentation on null case.
parent
de607321
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/SvgDocument.cs
View file @
7a33c828
...
...
@@ -422,7 +422,7 @@ namespace Svg
/// Renders the <see cref="SvgDocument"/> to the specified <see cref="Graphics"/>.
/// </summary>
/// <param name="graphics">The <see cref="Graphics"/> to be rendered to.</param>
/// <param name="size">The <see cref="SizeF"/> to render the document.</param>
/// <param name="size">The <see cref="SizeF"/> to render the document.
If <c>null</c> document is rendered at the default document size.
</param>
/// <exception cref="ArgumentNullException">The <paramref name="graphics"/> parameter cannot be <c>null</c>.</exception>
public
void
Draw
(
Graphics
graphics
,
SizeF
?
size
=
null
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment