IImageAreaDrawFocusFrame Method

This is used to get the shape to draw a focus frame around itself

Definition

Namespace: EWSoftware.ImageMaps
Assemblies:  EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
  EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
void DrawFocusFrame(
	Graphics g,
	Point offset
)

Parameters

g  Graphics
The graphics object to use for drawing.
offset  Point
A point used to offset the image area coordinates (i.e. if the image is scrolled).

Remarks

This is used mainly by the Windows Form image area controls. However, the web image area control makes use of it in the coordinate editor.

See Also