Autodesk Vault ProfessionalVault API

DrawToBitmap Method

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

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
bitmap
targetBounds

See Also