VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailPaintEventArgs Class
Constructors Properties Fields SeeAlso
In This Topic
    ThumbnailPaintEventArgs Class Members
    In This Topic
    The following tables list the members exposed by ThumbnailPaintEventArgs.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ThumbnailPaintEventArgs class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Provides a value to use with events that do not have event data. (Inherited from System.EventArgs)
    Public Properties
     NameDescription
    Public PropertyGets the System.Drawing.Graphics used to paint the thumbnail.
    Public PropertyGets or sets a value indicating whether the event handler has completely handled the event or whether the system should continue its own processing.
    Public PropertyGets the painting thumbnail.
    Public PropertyGets the drawing rect, in graphics space, of thumbnail.
    Public PropertyGets the thumbnail image.
    Public PropertyGets the drawing rect, in graphics space, of thumbnail image.
    Public PropertyGets the index of painting thumbnail in the thumbnail viewer.
    Public PropertyGets the bounding rect, in viewer space, of thumbnail.
    See Also