Inserts a new default image into the image list.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Sub SetDefaultImage ( _
image As Bitmap _
)
void SetDefaultImage(
Bitmap image
)
Type: Aurigma.GraphicsMill.Bitmap
The Bitmap class instance representing the image that should be inserted into IImageList and marked as default.This image will replace a previously added default image.