Class ToSvg
Convert the diagram to SVG format.
Inheritance
System.Object
ToSvg
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class ToSvg
Constructors
ToSvg()
Initializes a new instance of the ToSvg class.
Declaration
public ToSvg()
Properties
Buffer
Gets the buffer.
Declaration
public Image Buffer { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Image | The buffer. |
Methods
GetRealGraphics(Size)
Gets the real graphics.
Declaration
public Graphics GetRealGraphics(Size size)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Size | size | The size. |
Returns
Type | Description |
---|---|
System.Drawing.Graphics | The graphics. |
Save(String)
Saves the specified name.
Declaration
public void Save(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |