SvgGraphics(Stream, Size, Boolean, Boolean) Constructor
Constructor to create an
IGraphics object for the target platform.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
public SvgGraphics(
Stream stream,
Size size,
bool includeDeclaration,
bool includeCustomFont
)
Public Sub New (
stream As Stream,
size As Size,
includeDeclaration As Boolean,
includeCustomFont As Boolean
)
public:
SvgGraphics(
Stream^ stream,
Size size,
bool includeDeclaration,
bool includeCustomFont
)
new :
stream : Stream *
size : Size *
includeDeclaration : bool *
includeCustomFont : bool -> SvgGraphics
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.