BitmapSizeOptions.FromWidthAndHeight(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une instance de BitmapSizeOptions qui ne conserve pas les proportions de l’image bitmap d’origine.
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
Paramètres
- pixelWidth
- Int32
Largeur en pixels de l’image bitmap obtenue.
- pixelHeight
- Int32
Hauteur en pixels de l’image bitmap obtenue.
Retours
Nouvelle instance de BitmapSizeOptions.
Exceptions
Se produit quand pixelHeight
est inférieur à zéro.
Remarques
La bitmap résultante a une taille effective de pixelHeight
× pixelWidth
.
La propriété retournée a la valeur , sa PreservesAspectRatio valeur false
, sa valeur définie sur , sa PixelHeight valeur pixelHeight
définie sur et sa PixelWidth valeur définie sur la valeur de pixelWidth
.Rotate0RotationBitmapSizeOptions