ImageAreaBaseDrawFocusFrame Method

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

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.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)

See Also