Control.DrawToBitmap(Bitmap, Rectangle) 方法

定义

支持对指定位图的呈现。

public:
 void DrawToBitmap(System::Drawing::Bitmap ^ bitmap, System::Drawing::Rectangle targetBounds);
public void DrawToBitmap (System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds);
member this.DrawToBitmap : System.Drawing.Bitmap * System.Drawing.Rectangle -> unit
Public Sub DrawToBitmap (bitmap As Bitmap, targetBounds As Rectangle)

参数

bitmap
Bitmap

要绘制到的位图。

targetBounds
Rectangle

呈现控件时的边界。

注解

ActiveX 控件不支持该方法 DrawToBitmap 。 如果需要, OnPrint 可以重写事件并提供自定义打印逻辑。

该方法 DrawToBitmap 具有以下限制:

适用于

另请参阅