ReportItem.DrawImage 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.
protected:
void DrawImage(System::Drawing::Graphics ^ graphics, System::Drawing::Image ^ image, float scaleFactor, int alpha, System::Drawing::Rectangle box, bool repeatX, bool repeatY);
protected void DrawImage (System.Drawing.Graphics graphics, System.Drawing.Image image, float scaleFactor, int alpha, System.Drawing.Rectangle box, bool repeatX, bool repeatY);
member this.DrawImage : System.Drawing.Graphics * System.Drawing.Image * single * int * System.Drawing.Rectangle * bool * bool -> unit
Protected Sub DrawImage (graphics As Graphics, image As Image, scaleFactor As Single, alpha As Integer, box As Rectangle, repeatX As Boolean, repeatY As Boolean)
Paramètres
- graphics
- Graphics
- image
- Image
- scaleFactor
- Single
- alpha
- Int32
- box
- Rectangle
- repeatX
- Boolean
- repeatY
- Boolean