Click or drag to resize

ThumbnailSource 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)
Syntax
public RandomAccessImageSource Source { get; }

Property Value

Type: RandomAccessImageSource
The ImageSource for this thumbnail.
Remarks
The FrameIndex represents the ImageSource index when an ImageSource is used.
See Also