ThumbViewer.AddThumbNail

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
Method
ThumbViewer.AddThumbNail ( Pic As Picture, Name As String = "", AutoResize As Boolean = True ) As ThumbNail


Adds a new ThumbNail.
Pic is the Picture to display. Name is the Name of the ThumbNail.

If AutoResize is True, the Picture will be resized to the displayed ThumbWidth and ThumbHeight. This greatly improves performance and memory use.