DynamicImageInstance.SetDpi(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.
Règle le point par pouce (DPI) pour l’instance actuelle de l’image.
public:
virtual void SetDpi(int xDpi, int yDpi);
public virtual void SetDpi(int xDpi, int yDpi);
abstract member SetDpi : int * int -> unit
override this.SetDpi : int * int -> unit
Public Overridable Sub SetDpi (xDpi As Integer, yDpi As Integer)
Paramètres
- xDpi
- Int32
Le X DPI.
- yDpi
- Int32
Le DPI Y.