Click or drag to resize

PaintDropPositionIndicatorEventArgs Constructor

Creates a new instance of PaintDropPositionIndicatorEventArgs.

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 PaintDropPositionIndicatorEventArgs(
	Graphics graphics,
	ItemBounds bounds,
	DragEventArgs dragArgs
)

Parameters

graphics
Type: System.DrawingGraphics
The Graphics object to draw with.
bounds
Type: Atalasoft.Imaging.WinControlsItemBounds
The ItemBounds of the insert thumbnail.
dragArgs
Type: System.Windows.FormsDragEventArgs
The DragEventArgs from the drag drop event.
See Also