Search
ShapeData Class
See Also
 





Contains the cached coordinates of the key points of a shape when the shape is applied to a specific ShapeNode. This class also stores additional data passed to custom shape-generation callbacks and to shape formula scripts.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class ShapeData : ICloneable, IPersists

Visual Basic  Copy Code

Public Class ShapeData
    Implements ICloneable, IPersists

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.ShapeData

 See Also