Image MapFocus(Int 32, Boolean) Method
This method can be used to set the focus to a specific image area index
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 void Focus(
int area,
bool setFocus
)VB
Public Sub Focus (
area As Integer,
setFocus As Boolean
)C++
public:
void Focus(
int area,
bool setFocus
)F#
member Focus :
area : int *
setFocus : bool -> unit Parameters
Remarks
If the index is outside the bounds of the area collection, the focus is cleared.