ImageUtils.DrawImage(Graphics, Image, Rectangle, ImageUtils+DrawStyle) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static void DrawImage(System::Drawing::Graphics ^ g, System::Drawing::Image ^ image, System::Drawing::Rectangle imageRect, Microsoft::ReportDesigner::Controls::ImageUtils::DrawStyle drawStyle);
public static void DrawImage (System.Drawing.Graphics g, System.Drawing.Image image, System.Drawing.Rectangle imageRect, Microsoft.ReportDesigner.Controls.ImageUtils.DrawStyle drawStyle);
static member DrawImage : System.Drawing.Graphics * System.Drawing.Image * System.Drawing.Rectangle * Microsoft.ReportDesigner.Controls.ImageUtils.DrawStyle -> unit
Public Shared Sub DrawImage (g As Graphics, image As Image, imageRect As Rectangle, drawStyle As ImageUtils.DrawStyle)
参数
- g
- Graphics
- image
- Image
- imageRect
- Rectangle
- drawStyle
- ImageUtils.DrawStyle