Control.DrawToBitmap(Bitmap, Rectangle) 方法

定義

支援呈現為指定的點陣圖。

C#
public void DrawToBitmap (System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds);

參數

bitmap
Bitmap

要繪製成的點陣圖。

targetBounds
Rectangle

要呈現控制項的範圍。

備註

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

方法 DrawToBitmap 有下列限制:

適用於

產品 版本
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
Windows Desktop 3.0, 3.1, 5, 6, 7

另請參閱