Exemplo n.º 1
0
 /// <summary>
 /// Sets the position of the <see cref="SciterWindow"/> on the Screen
 /// </summary>
 public SciterWindowBuilder WithPosition(SciterPoint point)
 {
     _position = point;
     return(this);
 }