ShapeDescription Constructors
Contains basic diagram shape options.| Name | Parameters | Description |
|---|---|---|
| ShapeDescription(String, Func<String>, Func<Size>, ShapeGetter, ShapeConnectionPointsGetter, Func<ParameterCollection>, EditorBoundsGetter, Func<DiagramItemStyleId>, Func<Boolean>, Func<Boolean>) | id, getName, getDefaultSize, getShape, getConnectionPoints, getParameterCollection, getEditorBounds, getStyleId, getIsQuick, getUseBackgroundAsForeground | Initializes a new instance of the ShapeDescription class. |
See Also