C# Класс Smrf.NodeXL.Visualization.Wpf.MouseDragWithVisual

Represents a dragged object that has a visual representation.
This is an abstract base class. It maintains a Visual property that represents an object being dragged. It is up to the derived class to create the object.
Наследование: MouseDrag
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_iMargin System.Int32
m_oGraphRectangle System.Windows.Rect
m_oVisual Visual

Открытые методы

Метод Описание
AssertValid ( ) : void
MouseDragWithVisual ( Point mouseDownLocation, Rect graphRectangle, Int32 margin ) : System

Initializes a new instance of the MouseDragWithVisual class.

Защищенные методы

Метод Описание
ForcePointToBeWithinMargins ( Point oPoint ) : Point

Описание методов

AssertValid() публичный Метод

public AssertValid ( ) : void
Результат void

ForcePointToBeWithinMargins() защищенный Метод

protected ForcePointToBeWithinMargins ( Point oPoint ) : Point
oPoint Point
Результат Point

MouseDragWithVisual() публичный Метод

Initializes a new instance of the MouseDragWithVisual class.
public MouseDragWithVisual ( Point mouseDownLocation, Rect graphRectangle, Int32 margin ) : System
mouseDownLocation Point /// Location where the graph was clicked, in client coordinates. ///
graphRectangle System.Windows.Rect /// The graph rectangle. ///
margin System.Int32 /// The graph margin. ///
Результат System

Описание свойств

m_iMargin защищенное свойство

protected Int32,System m_iMargin
Результат System.Int32

m_oGraphRectangle защищенное свойство

protected Rect,System.Windows m_oGraphRectangle
Результат System.Windows.Rect

m_oVisual защищенное свойство

protected Visual m_oVisual
Результат Visual