SvgGraphics(Stream, Size, Boolean) Constructor

Constructor to create an IGraphics object for the target platform.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
public SvgGraphics(
	Stream stream,
	Size size,
	bool includeDeclaration
)

Parameters

stream  Stream
stream to write output to.
size  Size
Size of the output SVG image.
includeDeclaration  Boolean
Determines whether to include SVG declaration or not.

See Also