Ejemplo n.º 1
0
 /// <summary>
 /// Copies the entire tileset into the target bitmap.
 /// </summary>
 /// <param name="target">The target <see cref="WriteableBitmap"/>.</param>
 public void BlitTo(WriteableBitmap target) => target?.BlitRender(this.bitmap);