/// <summary>
 /// Gets a border image from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Image instance.</returns>
 public override Image GetBorderImage(PaletteState state) => _redirect.GetBorderImage(Style, state);
예제 #2
0
 /// <summary>
 /// Gets a border image from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Image instance.</returns>
 public override Image GetBorderImage(PaletteState state)
 {
     return(_redirect.GetBorderImage(_style, state));
 }