Difference between revisions of "ThumbViewer.AddThumbNail"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|
(No difference)
|
Revision as of 20:53, 19 May 2013
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.