Control.DrawToBitmap(Bitmap, Rectangle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
支援呈現為指定的點陣圖。
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 有下列限制:
ArgumentException大型點陣圖可能會擲回 。 允許的大小上限會因電腦而異。
DrawToBitmap 不支援
Ink
Windows XP Tablet PC Edition 2005 作業系統的控制項。DrawToBitmap如果 的 TextBox 屬性設定
false
為 , Visible 則不會繪製子 TextBox 系。容器內的控制項會以反向順序轉譯。
DrawToBitmap 無法完整運作; RichTextBox 只會繪製點陣圖的框線。