ImageAreaBaseDrawFocusFrame Method

This must be overridden to get the shape to draw a focus frame around itself

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
public abstract 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).

Implements

IImageAreaDrawFocusFrame(Graphics, Point)

Remarks

The web image area control makes use of it in the coordinate editor

See Also