'Declaration Public Sub DoMouseDown( _
ByVal mousePointПоложение курсора в системе координат объекта.As System.Windows.Point, _
ByVal objectPositionРасположение объекта в системе координат родительского контейнера.As System.Windows.Point, _
ByVal mouseButtonТип нажатой кнопки.As Vintasoft.Imaging.UI.VintasoftMouseButtons _
)
public void DoMouseDown(
System.Windows.Point mousePoint,
System.Windows.Point objectPosition,
Vintasoft.Imaging.UI.VintasoftMouseButtons mouseButton
)
public: void DoMouseDown(
System.Windows.Point mousePoint,
System.Windows.Point objectPosition,
Vintasoft.Imaging.UI.VintasoftMouseButtons mouseButton
)
public:
void DoMouseDown(
System.Windows.Point mousePoint,
System.Windows.Point objectPosition,
Vintasoft.Imaging.UI.VintasoftMouseButtons mouseButton
)
Parameters
- mousePoint
- Положение курсора в системе координат объекта.
- objectPosition
- Расположение объекта в системе координат родительского контейнера.
- mouseButton
- Тип нажатой кнопки.