Share via


ActionsPane.DrawToBitmap Method

Supports rendering to the specified 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
)

Parameters

Remarks

This method provides the same functionality as the Control.DrawToBitmap method. For more information about using this method, see Control.DrawToBitmap.

.NET Framework Security

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview