Class GeoPointHotSpot
Inheritance
System.Object
GeoPointHotSpot
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: CADability.dll
Syntax
public class GeoPointHotSpot : IHotSpot
Constructors
|
Improve this Doc
View Source
GeoPointHotSpot(GeoPoint)
Declaration
public GeoPointHotSpot(GeoPoint position)
Parameters
Properties
|
Improve this Doc
View Source
Position
Declaration
public GeoPoint Position { get; set; }
Property Value
|
Improve this Doc
View Source
ResourceId
Declaration
public string ResourceId { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
GetHotspotPosition()
Declaration
public virtual GeoPoint GetHotspotPosition()
Returns
Events
|
Improve this Doc
View Source
StartDragHotspotEvent
Declaration
public event GeoPointHotSpot.StartDragHotspotDelegate StartDragHotspotEvent
Event Type
Explicit Interface Implementations
|
Improve this Doc
View Source
Declaration
MenuWithHandler[] IHotSpot.ContextMenu { get; }
Returns
|
Improve this Doc
View Source
IHotSpot.GetInfoText(InfoLevelMode)
Declaration
string IHotSpot.GetInfoText(InfoLevelMode Level)
Parameters
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
IHotSpot.Hidden
Declaration
bool IHotSpot.Hidden { get; }
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IHotSpot.IsSelected
Declaration
bool IHotSpot.IsSelected { get; set; }
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IHotSpot.StartDrag(IFrame)
Declaration
void IHotSpot.StartDrag(IFrame frame)
Parameters
| Type |
Name |
Description |
| IFrame |
frame |
|
Implements