Draw Image Event Args Constructor
Constructor
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public DrawImageEventArgs(
Graphics graphics,
DrawState state,
Point offset,
bool drawFocus
)VB
Public Sub New (
graphics As Graphics,
state As DrawState,
offset As Point,
drawFocus As Boolean
)C++
public:
DrawImageEventArgs(
Graphics^ graphics,
DrawState state,
Point offset,
bool drawFocus
)F#
new :
graphics : Graphics *
state : DrawState *
offset : Point *
drawFocus : bool -> DrawImageEventArgs