Search
ShapeData Constructor
See Also
 





Initializes a new instance of the ShapeData class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ShapeData (
    int numElements
)

Visual Basic  Copy Code

Public New ( _
    numElements As Integer _
)

 Parameters

numElements
Specifies the length of the coordinate cache array.

 See Also