Click or drag to resize

EventManagerSectionHandleDragFinishedEventArgs Class

Section Handle Drag Finished EventArgs
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    VIZCore3DX.NET.EventEventManagerSectionHandleDragFinishedEventArgs

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

The EventManagerSectionHandleDragFinishedEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEndPosition
이동 완료 위치
Public propertyStartPosition
시작 위치
Public propertyXDistance
X 축 이동 거리
Public propertyXRotateDegree
X 축 회전 각도
Public propertyYDistance
Y 축 이동 거리
Public propertyYRotateDegree
Y 축 회전 각도
Public propertyZDistance
Z 축 이동 거리
Public propertyZRotateDegree
Z 축 회전 각도
Top
See Also