|
|
Register a bitmap for later use by the graphics system. The function returns
an integer ID, or -1 if registration failed.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function RegisterBitmap ( _ bitmap As Bitmap _ ) As Integer |
| C# |
|---|
public static int RegisterBitmap( Bitmap bitmap ) |
| Visual C++ |
|---|
public: static int RegisterBitmap( Bitmap^ bitmap ) |
Parameters
- bitmap
- Type: System.Drawing..::..Bitmap