ActionsPane.DrawToBitmap(Bitmap, Rectangle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supports rendering to the specified bitmap.
public:
void DrawToBitmap(System::Drawing::Bitmap ^ bitmap, System::Drawing::Rectangle targetBounds);
public void DrawToBitmap (System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds);
abstract member DrawToBitmap : System.Drawing.Bitmap * System.Drawing.Rectangle -> unit
Public Sub DrawToBitmap (bitmap As Bitmap, targetBounds As Rectangle)
Parameters
- bitmap
- Bitmap
The bitmap to be drawn to.
- targetBounds
- Rectangle
The bounds within which the actions pane is rendered.
Remarks
This method provides the same functionality as the System.Windows.Forms.Control.DrawToBitmap method. For more information about using this method, see System.Windows.Forms.Control.DrawToBitmap.