DrawImageEventArgs Constructor

Constructor

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public DrawImageEventArgs(
	Graphics graphics,
	DrawState state,
	Point offset,
	bool drawFocus
)

Parameters

graphics  Graphics
The graphics context
state  DrawState
The drawing state of the item
offset  Point
The image offset if scrolled
drawFocus  Boolean
A flag indicating whether or not to draw the focus rectangle on return

See Also