ActionsPane.DrawToBitmap-Methode

Unterstützt das Rendering für die angegebene Bitmap.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Sub DrawToBitmap ( _
    bitmap As Bitmap, _
    targetBounds As Rectangle _
)
void DrawToBitmap(
    Bitmap bitmap,
    Rectangle targetBounds
)

Parameter

Hinweise

Diese Methode stellt die gleiche Funktionalität bereit wie die Control.DrawToBitmap-Methode.Weitere Informationen zum Verwenden dieser Methode finden Sie unter Control.DrawToBitmap.

.NET Framework-Sicherheit

Siehe auch

Referenz

ActionsPane Schnittstelle

Microsoft.Office.Tools-Namespace

Weitere Ressourcen

Aktionsbereichsübersicht