Skip to main content
A newer version of this page is available. .

ShapeDescriptionBase.GetShape(Size, IEnumerable<Double>) Method

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v18.2.Core.dll

Declaration

public ShapeGeometry GetShape(
    Size size,
    IEnumerable<double> parameters
)

Parameters

Name Type
size Size
parameters IEnumerable<Double>

Returns

Type
DevExpress.Diagram.Core.ShapeGeometry
See Also