ActionsPane.DrawToBitmap, méthode
Prend en charge le rendu dans la bitmap spécifiée.
Espace de noms : Microsoft.Office.Tools
Assembly : Microsoft.Office.Tools.Common (dans Microsoft.Office.Tools.Common.dll)
Syntaxe
'Déclaration
Sub DrawToBitmap ( _
bitmap As Bitmap, _
targetBounds As Rectangle _
)
void DrawToBitmap(
Bitmap bitmap,
Rectangle targetBounds
)
Paramètres
- bitmap
Type : System.Drawing.Bitmap
Bitmap dans laquelle effectuer le dessin.
- targetBounds
Type : System.Drawing.Rectangle
Les limites dans lesquelles le volet Actions est affiché.
Notes
Cette méthode fournit la même fonctionnalité que la méthode Control.DrawToBitmap. Pour plus d'informations sur l'utilisation de cette méthode, consultez Control.DrawToBitmap.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Office.Tools, espace de noms