SvgGraphics(Stream, Size, Boolean, 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,
	bool includeCustomFont
)

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.
includeCustomFont  Boolean
Determines whether to include custom font into result SVG or not.

See Also