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