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

要呈現控制項的範圍。

備註

DrawToBitmapActiveX 控制項不支援 方法。 您可以覆寫 OnPrint 事件,並視需要提供自訂列印邏輯。

方法 DrawToBitmap 有下列限制:

適用於

另請參閱