IImage AreaDraw Focus Frame 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: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
void DrawFocusFrame(
Graphics g,
Point offset
)VB
Sub DrawFocusFrame (
g As Graphics,
offset As Point
)C++
void DrawFocusFrame(
Graphics^ g,
Point offset
)F#
abstract DrawFocusFrame :
g : Graphics *
offset : Point -> unit Parameters
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.