GetBlend Method
GetBlend(string)
Gets a Blend specified by a path.
Declaration
public Blend GetBlend(string path)
Public Function GetBlend(path As String) As Blend
Parameters
| Type |
Name |
Description |
| string |
path |
The target path.
|
Returns
| Type |
Description |
| Blend |
The blend specified by path.
|