LoadedImageSurface.NaturalSize 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.
Obtient la taille naturelle de l’image en pixels physiques, qui est définie dans la source d’image d’origine.
public:
property Size NaturalSize { Size get(); };
Size NaturalSize();
public Size NaturalSize { get; }
var size = loadedImageSurface.naturalSize;
Public ReadOnly Property NaturalSize As Size
Valeur de propriété
Taille naturelle de l’image en pixels physiques.