BitmapTransform.ScaledWidth Propriété
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.
Spécifie la largeur, en pixels, de la bitmap après sa mise à l’échelle. Cela est défini dans l’espace de coordonnées de l’image source, avant que la rotation et le retournement ne soient appliqués.
public:
property unsigned int ScaledWidth { unsigned int get(); void set(unsigned int value); };
uint32_t ScaledWidth();
void ScaledWidth(uint32_t value);
public uint ScaledWidth { get; set; }
var uInt32 = bitmapTransform.scaledWidth;
bitmapTransform.scaledWidth = uInt32;
Public Property ScaledWidth As UInteger
Valeur de propriété
Largeur de la bitmap, en pixels.