Gets and sets a bitmap to display in the control.
Read-write property
Visual Basic |
---|
Public Property Picture As Picture |
A Picture object which represents the BMP image to display in the control.
When an image is loaded using the FileName property, the Picture property is set to a bitmap of the image. The ImagXpress Picture property only supports picture type BITMAP. It does not support ICON or METAFILE.
When an image is loaded using the Picture property, the image is converted to a Device Independent Bitmap (DIB). The hDIB property is set to the handle of DIB. If an Undo DIB resides in memory, it is deleted and the hDIBUndo property is set to NULL.
Visual Basic | Copy Code |
---|---|