Class GeoVectorHotSpot
Inheritance
System.Object
GeoVectorHotSpot
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 GeoVectorHotSpot : IHotSpot, ICommandHandler
Constructors
|
Improve this Doc
View Source
GeoVectorHotSpot(GeoVectorProperty)
Declaration
public GeoVectorHotSpot(GeoVectorProperty geoVectorProperty)
Parameters
Fields
|
Improve this Doc
View Source
Position
Declaration
Field Value
Properties
|
Improve this Doc
View Source
Hidden
Declaration
public bool Hidden { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
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 GeoPoint GetHotspotPosition()
Returns
|
Improve this Doc
View Source
GetInfoText(InfoLevelMode)
Declaration
public string GetInfoText(InfoLevelMode Level)
Parameters
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
OnCommand(String)
Declaration
public bool OnCommand(string MenuId)
Parameters
| Type |
Name |
Description |
| System.String |
MenuId |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
OnUpdateCommand(String, CommandState)
Declaration
public bool OnUpdateCommand(string MenuId, CommandState CommandState)
Parameters
| Type |
Name |
Description |
| System.String |
MenuId |
|
| CommandState |
CommandState |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
StartDrag(IFrame)
Declaration
public void StartDrag(IFrame frame)
Parameters
| Type |
Name |
Description |
| IFrame |
frame |
|
Explicit Interface Implementations
|
Improve this Doc
View Source
Declaration
MenuWithHandler[] IHotSpot.ContextMenu { get; }
Returns
|
Improve this Doc
View Source
ICommandHandler.OnSelected(MenuWithHandler, Boolean)
Declaration
void ICommandHandler.OnSelected(MenuWithHandler selectedMenuItem, bool selected)
Parameters
| Type |
Name |
Description |
| MenuWithHandler |
selectedMenuItem |
|
| System.Boolean |
selected |
|
Implements