PaintThumbnailEventArgs Constructor |
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 PaintThumbnailEventArgs(
Graphics graphics,
Thumbnail thumbnail,
ItemBounds itemBounds,
Point scrollPosition,
Rectangle bounds
)
Public Sub New (
graphics As Graphics,
thumbnail As Thumbnail,
itemBounds As ItemBounds,
scrollPosition As Point,
bounds As Rectangle
)
Parameters
- graphics
- Type: System.Drawing.Graphics
The Graphics object used to draw with. - thumbnail
- Type: Atalasoft.Imaging.WinControls.Thumbnail
The Thumbnail being drawn. - itemBounds
- Type: Atalasoft.Imaging.WinControls.ItemBounds
An ItemBounds class containing positioning information for this Thumbnail. - scrollPosition
- Type: System.Drawing.Point
The current scrollbar position. - bounds
- Type: System.Drawing.Rectangle
The bounding rectangle of the thumbnail within the control.
See Also