Show / Hide Table of Contents

Class GeoPointHotSpot

Inheritance
System.Object
GeoPointHotSpot
Implements
IHotSpot
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()
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public class GeoPointHotSpot : IHotSpot

Constructors

| Improve this Doc View Source

GeoPointHotSpot(GeoPoint)

Declaration
public GeoPointHotSpot(GeoPoint position)
Parameters
Type Name Description
GeoPoint position

Properties

| Improve this Doc View Source

Position

Declaration
public GeoPoint Position { get; set; }
Property Value
Type Description
GeoPoint
| Improve this Doc View Source

ResourceId

Declaration
public string ResourceId { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

GetHotspotPosition()

Implements GetHotspotPosition()

Declaration
public virtual GeoPoint GetHotspotPosition()
Returns
Type Description
GeoPoint

Events

| Improve this Doc View Source

StartDragHotspotEvent

Declaration
public event GeoPointHotSpot.StartDragHotspotDelegate StartDragHotspotEvent
Event Type
Type Description
GeoPointHotSpot.StartDragHotspotDelegate

Explicit Interface Implementations

| Improve this Doc View Source

IHotSpot.ContextMenu

Declaration
MenuWithHandler[] IHotSpot.ContextMenu { get; }
Returns
Type Description
MenuWithHandler[]
| Improve this Doc View Source

IHotSpot.GetInfoText(InfoLevelMode)

Declaration
string IHotSpot.GetInfoText(InfoLevelMode Level)
Parameters
Type Name Description
InfoLevelMode Level
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

IHotSpot
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX