Exemplo n.º 1
0
 public Bitmap(BitmapData bitmapData, PixelSnapping pixelSnapping)
 {
     return;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a Bitmap object to refer to the specified <see cref="BitmapData"/> object.
 /// </summary>
 /// <param name="bitmapData">The <see cref="BitmapData"/> object being referenced.</param>
 /// <param name="pixelSnapping">Whether or not the Bitmap object is snapped to the nearest pixel.</param>
 /// <param name="smoothing">Whether or not the bitmap is smoothed when scaled.</param>
 public Bitmap(BitmapData bitmapData, PixelSnapping pixelSnapping, bool smoothing)
 {
     return;
 }