ChartInstance.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.
Définit le point par pouce à utiliser (DPI) pour la génération de l'image de graphique.
public:
override void SetDpi(int xDpi, int yDpi);
public override void SetDpi (int xDpi, int yDpi);
override this.SetDpi : int * int -> unit
Public Overrides Sub SetDpi (xDpi As Integer, yDpi As Integer)
Paramètres
- xDpi
- Int32
DPI X de l'image de graphique.
- yDpi
- Int32
DPI Y de l'image de graphique.