Compartir a través de


BitmapSizeOptions.FromWidthAndHeight(Int32, Int32) Método

Definición

Inicializa una instancia de BitmapSizeOptions que no conserva la relación de aspecto del mapa de bits original.

public:
 static System::Windows::Media::Imaging::BitmapSizeOptions ^ FromWidthAndHeight(int pixelWidth, int pixelHeight);
public static System.Windows.Media.Imaging.BitmapSizeOptions FromWidthAndHeight (int pixelWidth, int pixelHeight);
static member FromWidthAndHeight : int * int -> System.Windows.Media.Imaging.BitmapSizeOptions
Public Shared Function FromWidthAndHeight (pixelWidth As Integer, pixelHeight As Integer) As BitmapSizeOptions

Parámetros

pixelWidth
Int32

Alto del mapa de bits resultante, en píxeles.

pixelHeight
Int32

Alto del mapa de bits resultante, en píxeles.

Devoluciones

Nueva instancia de BitmapSizeOptions.

Excepciones

Se produce cuando pixelHeight es menor que cero.

Comentarios

El mapa de bits resultante tiene un tamaño efectivo de pixelHeight × pixelWidth.

El devuelto tendrá su Rotation propiedad establecida Rotate0en , su PreservesAspectRatio conjunto falseen , su PixelHeight establecido en el valor de pixelHeighty su PixelWidth establecido en el valor de pixelWidth.BitmapSizeOptions

Se aplica a