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.DrawingGraphics
The Graphics object used to draw with.
thumbnail
Type: Atalasoft.Imaging.WinControlsThumbnail
The Thumbnail being drawn.
itemBounds
Type: Atalasoft.Imaging.WinControlsItemBounds
An ItemBounds class containing positioning information for this Thumbnail.
scrollPosition
Type: System.DrawingPoint
The current scrollbar position.
bounds
Type: System.DrawingRectangle
The bounding rectangle of the thumbnail within the control.
See Also