Click or drag to resize

EventManagerObjectRotatedEventArgs Class

회전된 개체 이벤트 아규먼트
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    VIZCore3DX.NET.EventEventManagerObjectRotatedEventArgs

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

The EventManagerObjectRotatedEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAngleX
X축 회전 각도
Public propertyAngleY
Y축 회전 각도
Public propertyAngleZ
Z축 회전 각도
Public propertyObjects
회전된 개체
Top
See Also