Loads a Bitmap file into memory.
Syntax
object.LoadBitmap(FileName)
The LoadBitmap method syntax has these parts:
Part | Description |
object | Required. An object expression that evaluates to an object in the Applies To list. |
FileName | Required. Specifies the bitmap file to load into memory. |
Remarks
The LoadBitmap method calls the LoadByteData method, and is only kept in for backward compatibility. This method may be removed in future releases.