Image Area RectangleDraw Focus Frame Method
This is 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 override void DrawFocusFrame(
Graphics g,
Point offset
)VB
Public Overrides Sub DrawFocusFrame (
g As Graphics,
offset As Point
)C++
public:
virtual void DrawFocusFrame(
Graphics^ g,
Point offset
) overrideF#
abstract DrawFocusFrame :
g : Graphics *
offset : Point -> unit
override 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).