WinForms

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

    Show / Hide Table of Contents

    Class Data

    Class containing the Data.

    Inheritance
    System.Object
    Data
    Inherited Members
    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 Data

    Constructors

    Data(PathData)

    Initializes a new instance of the Data class.

    Declaration
    public Data(PathData data)
    Parameters
    Type Name Description
    System.Drawing.Drawing2D.PathData data

    The data.

    Data(String)

    Initializes a new instance of the Data class.

    Declaration
    public Data(string data)
    Parameters
    Type Name Description
    System.String data

    The data.

    Properties

    DataRegex

    Gets the data regex.

    Declaration
    public static Regex DataRegex { get; }
    Property Value
    Type Description
    System.Text.RegularExpressions.Regex

    The data regex.

    Path

    Gets the path.

    Declaration
    public GraphicsPath Path { get; }
    Property Value
    Type Description
    System.Drawing.Drawing2D.GraphicsPath

    The path.

    PathData

    Gets the path data.

    Declaration
    public PathData PathData { get; }
    Property Value
    Type Description
    System.Drawing.Drawing2D.PathData

    The path data.

    Methods

    ToString()

    Returns a System.String that represents the current System.Object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents the current System.Object.

    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved