Example #1
0
 public WirecastLayer LayerByName(string Name)
 {
     return(WirecastLayer.CreateFromObject(Name, Invoke("LayerByName", Name), this));
 }
Example #2
0
 /// <summary>
 /// Return layer by 1-based Index
 /// </summary>
 /// <param name="index"></param>
 /// <returns></returns>
 public WirecastLayer LayerByOneBasedIndex(int index)
 {
     return(WirecastLayer.CreateFromObject(index, Invoke("LayerByIndex", index), this));
 }