======Класс CadCursor====== Абстрактный класс, который реализует поведение курсора * **Пространство имен:** [[developers:references:topomatic.cad.view.hints|Topomatic.Cad.View.Hints]] * **Сборка:** Topomatic.Cad.View (в Topomatic.Cad.View.dll) =====Иерархия наследования===== * System.Object * Topomatic.Cad.View.Hints.CadCursor * [[developers:references:topomatic.cad.view.hints.consolecursor|Topomatic.Cad.View.Hints.ConsoleCursor]] * [[developers:references:topomatic.cad.view.hints.messagecursor|Topomatic.Cad.View.Hints.MessageCursor]] * [[developers:references:topomatic.cad.view.hints.singletextinputcursor|Topomatic.Cad.View.Hints.SingleTextInputCursor]] =====Синтаксис===== public class CadCursor =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.view.hints.cadcursor..ctor_topomatic.cad.view.cadview|CadCursor(CadView)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.view.hints.cadcursor.cadview|CadView]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.view.hints.cadcursor.dynamicpoint|DynamicPoint]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.view.hints.cadcursor.dynamicpoints|DynamicPoints]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.view.hints.cadcursor.getvalue_topomatic.cad.view.cursorview|GetValue(CursorView)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.view.hints.cadcursor.ondraw_topomatic.cad.foundation.devicecontext_topomatic.cad.foundation.vector3d|OnDraw(DeviceContext, Vector3D)]]| Абстрактная процеду отрисовки | |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|