ReportItem.DrawImage Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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)
Parameter
- graphics
- Graphics
- image
- Image
- scaleFactor
- Single
- alpha
- Int32
- box
- Rectangle
- repeatX
- Boolean
- repeatY
- Boolean