Click or drag to resize

EventManagerMouseBaseObjectMoveEventArgs Class

마우스 기반 개체 이동(회전) Event Argument Class
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    VIZCore3DX.NET.EventEventManagerMouseBaseObjectMoveEventArgs

Namespace:  VIZCore3DX.NET.Event
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntax
C#
public class MouseBaseObjectMoveEventArgs : EventArgs

The EventManagerMouseBaseObjectMoveEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAnlge
회전 각도
Public propertyCancel
Cancel Event (Mouse Move Only)
Public propertyGroupId
이동/회전 그룹 아이디
Public propertyGroupsId
이동/회전 그룹 아이디
Public propertyMousePosition
마우스 위치
Public propertyMove
이동 위치
Public propertyMoveOption
이동/회전 상태
Public propertyNode
Node Index List
Public propertyViewSize
3D View Size (Width, Height)
Top
Methods
  NameDescription
Public methodIsContainedPosition
현재 마우스 위치가 View 영역에 포함되는지 여부를 반환
Top
See Also