[]
Inserts a new Blur effect into the list.
public Blur InsertBlur(int index, float radius)
Public Function InsertBlur(index As Integer, radius As Single) As Blur
Type | Name | Description |
---|---|---|
int | index | The effect index in the list. |
float | radius | The radius of the blur. |
Type | Description |
---|---|
Blur | The inserted BiLevel effect. |