Image Area BaseCoordinates Property
This must be overridden to provide the image area coordinates
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 string Coordinates { get; set; }VB
Public MustOverride Property Coordinates As String
Get
SetC++
public:
virtual property String^ Coordinates {
String^ get () abstract;
void set (String^ value) abstract;
}F#
abstract Coordinates : string with get, setProperty Value
StringImplements
IImageAreaCoordinatesRemarks
This is not really used by the Windows Forms image map but is used in the designer to access
the coordinate editor dialog box like the web server control.