DrawToBitmap Method
Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls›ClassicVaultNavigationPathComboboxControl
Supports rendering to the specified bitmap.
Syntax
public void DrawToBitmap(
System.Drawing.Bitmap bitmap,
System.Drawing.Rectangle targetBounds
)Public Sub DrawToBitmap( _
ByVal bitmap As System.Drawing.Bitmap, _
ByVal targetBounds As System.Drawing.Rectangle _
) Parameters
| Name | Description |
|---|---|
| bitmap | The bitmap to be drawn to. |
| targetBounds | The bounds within which the control is rendered. |