GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx Class / AddItemFromBitmapSource Method
The BitmapSource object.
The item text.





In This Topic
AddItemFromBitmapSource Method
In This Topic
Adds a new thumbnail to the list from a BitmapSource Image.
Syntax
'Declaration
 
Public Function AddItemFromBitmapSource( _
   ByVal Image As BitmapSource, _
   ByVal Text As String _
) As GdPictureStatus
 

Parameters

Image
The BitmapSource object.
Text
The item text.

Return Value

A member of the GdPictureStatus enumeration.
See Also