IImage AreaCoordinates Property
This is used to get or set the coordinate values in string form
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#
string Coordinates { get; set; }VB
Property Coordinates As String
Get
SetC++
property String^ Coordinates {
String^ get ();
void set (String^ value);
}F#
abstract Coordinates : string with get, setProperty Value
StringRemarks
This is used when rendering the area to HTML. It is also used in the designer to use the
graphical coordinate selection dialog.