Autodesk Vault ProfessionalVault API

DrawToBitmap Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultNavigationPathComboboxControl

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

NameDescription
bitmapThe bitmap to be drawn to.
targetBoundsThe bounds within which the control is rendered.

See Also