Click or drag to resize

PaintThumbnailEventArgs Constructor

Creates a new instance of PaintThumbnailEventArgs.

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 PaintThumbnailEventArgs(
	Graphics graphics,
	Thumbnail thumbnail,
	ItemBounds itemBounds,
	Point scrollPosition,
	Rectangle bounds
)

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