ReportItem.DrawImage 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- graphics
- Graphics
- image
- Image
- scaleFactor
- Single
- alpha
- Int32
- box
- Rectangle
- repeatX
- Boolean
- repeatY
- Boolean