WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToSvg

    Show / Hide Table of Contents

    Class ToSvg

    Convert the diagram to SVG format.

    Inheritance
    System.Object
    ToSvg
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved