ReportItem.DrawImage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- graphics
- Graphics
- image
- Image
- scaleFactor
- Single
- alpha
- Int32
- box
- Rectangle
- repeatX
- Boolean
- repeatY
- Boolean