Image Area BaseDraw Focus Frame 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: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public abstract void DrawFocusFrame(
Graphics g,
Point offset
)VB
Public MustOverride Sub DrawFocusFrame (
g As Graphics,
offset As Point
)C++
public:
virtual void DrawFocusFrame(
Graphics^ g,
Point offset
) abstractF#
abstract DrawFocusFrame :
g : Graphics *
offset : Point -> unit 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).