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