BitmapTransform.ScaledHeight 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 hauteur, 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 ScaledHeight { unsigned int get(); void set(unsigned int value); };
uint32_t ScaledHeight();
void ScaledHeight(uint32_t value);
public uint ScaledHeight { get; set; }
var uInt32 = bitmapTransform.scaledHeight;
bitmapTransform.scaledHeight = uInt32;
Public Property ScaledHeight As UInteger
Valeur de propriété
Hauteur de la bitmap, en pixels.