Thumbnail.Source Property |
Gets the RandomAccessImageSource used for this thumbnail.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic RandomAccessImageSource Source { get; }
Public ReadOnly Property Source As RandomAccessImageSource
Get
Property Value
Type:
RandomAccessImageSource The ImageSource for this thumbnail.
Remarks The
FrameIndex represents the ImageSource index when an ImageSource is used.
See Also