Overload | Description |
---|---|
CreateShape<TEnum>(TEnum) | Creates a shape from the library item at the index of the given enum value. |
CreateShape(Int32) | Creates a shape from the library item at the given index. |
CreateShape<TEnum>(TEnum,Double,Double) | Creates a shape from the library item at the index of the given enum value and sets the width and the height of the created shape to the specified values. |