Point3DAnimation 생성자

정의

Point3DAnimation 클래스의 새 인스턴스를 초기화합니다.

오버로드

Point3DAnimation()

Point3DAnimation 클래스의 새 인스턴스를 초기화합니다.

Point3DAnimation(Point3D, Duration)

지정된 기간 동안 지정된 값에 애니메이션 효과를 주는 Point3DAnimation 클래스의 새 인스턴스를 초기화합니다. 애니메이션의 시작 값은 애니메이션 효과가 적용되는 속성의 기준 값 또는 다른 애니메이션의 출력입니다.

Point3DAnimation(Point3D, Duration, FillBehavior)

지정된 기간 동안 지정된 값에 애니메이션 효과를 주고 지정된 채우기 동작을 갖는 Point3DAnimation 클래스의 새 인스턴스를 초기화합니다. 애니메이션의 시작 값은 애니메이션 효과가 적용되는 속성의 기준 값 또는 다른 애니메이션의 출력입니다.

Point3DAnimation(Point3D, Point3D, Duration)

지정된 기간 동안 지정된 시작 값부터 지정된 대상 값까지 애니메이션 효과를 적용하는 Point3DAnimation 클래스의 새 인스턴스를 초기화합니다.

Point3DAnimation(Point3D, Point3D, Duration, FillBehavior)

지정된 기간 동안 지정된 시작 값부터 지정된 대상 값까지 애니메이션 효과를 적용하고 지정된 채우기 동작을 수행하는 Point3DAnimation 클래스의 새 인스턴스를 초기화합니다.

Point3DAnimation()

Point3DAnimation 클래스의 새 인스턴스를 초기화합니다.

public:
 Point3DAnimation();
public Point3DAnimation ();
Public Sub New ()

적용 대상

Point3DAnimation(Point3D, Duration)

지정된 기간 동안 지정된 값에 애니메이션 효과를 주는 Point3DAnimation 클래스의 새 인스턴스를 초기화합니다. 애니메이션의 시작 값은 애니메이션 효과가 적용되는 속성의 기준 값 또는 다른 애니메이션의 출력입니다.

public:
 Point3DAnimation(System::Windows::Media::Media3D::Point3D toValue, System::Windows::Duration duration);
public Point3DAnimation (System.Windows.Media.Media3D.Point3D toValue, System.Windows.Duration duration);
new System.Windows.Media.Animation.Point3DAnimation : System.Windows.Media.Media3D.Point3D * System.Windows.Duration -> System.Windows.Media.Animation.Point3DAnimation
Public Sub New (toValue As Point3D, duration As Duration)

매개 변수

toValue
Point3D

애니메이션의 대상 값입니다.

duration
Duration

애니메이션을 시작부터 완료까지 한번 재생하는 데 걸리는 시간입니다. 자세한 내용은 Duration 속성을 참조하세요.

적용 대상

Point3DAnimation(Point3D, Duration, FillBehavior)

지정된 기간 동안 지정된 값에 애니메이션 효과를 주고 지정된 채우기 동작을 갖는 Point3DAnimation 클래스의 새 인스턴스를 초기화합니다. 애니메이션의 시작 값은 애니메이션 효과가 적용되는 속성의 기준 값 또는 다른 애니메이션의 출력입니다.

public:
 Point3DAnimation(System::Windows::Media::Media3D::Point3D toValue, System::Windows::Duration duration, System::Windows::Media::Animation::FillBehavior fillBehavior);
public Point3DAnimation (System.Windows.Media.Media3D.Point3D toValue, System.Windows.Duration duration, System.Windows.Media.Animation.FillBehavior fillBehavior);
new System.Windows.Media.Animation.Point3DAnimation : System.Windows.Media.Media3D.Point3D * System.Windows.Duration * System.Windows.Media.Animation.FillBehavior -> System.Windows.Media.Animation.Point3DAnimation
Public Sub New (toValue As Point3D, duration As Duration, fillBehavior As FillBehavior)

매개 변수

toValue
Point3D

애니메이션의 대상 값입니다.

duration
Duration

애니메이션을 시작부터 완료까지 한번 재생하는 데 걸리는 시간입니다. 자세한 내용은 Duration 속성을 참조하세요.

fillBehavior
FillBehavior

활성 상태가 아닐 때 애니메이션의 동작을 지정합니다.

적용 대상

Point3DAnimation(Point3D, Point3D, Duration)

지정된 기간 동안 지정된 시작 값부터 지정된 대상 값까지 애니메이션 효과를 적용하는 Point3DAnimation 클래스의 새 인스턴스를 초기화합니다.

public:
 Point3DAnimation(System::Windows::Media::Media3D::Point3D fromValue, System::Windows::Media::Media3D::Point3D toValue, System::Windows::Duration duration);
public Point3DAnimation (System.Windows.Media.Media3D.Point3D fromValue, System.Windows.Media.Media3D.Point3D toValue, System.Windows.Duration duration);
new System.Windows.Media.Animation.Point3DAnimation : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Media3D.Point3D * System.Windows.Duration -> System.Windows.Media.Animation.Point3DAnimation
Public Sub New (fromValue As Point3D, toValue As Point3D, duration As Duration)

매개 변수

fromValue
Point3D

애니메이션의 시작 값입니다.

toValue
Point3D

애니메이션의 대상 값입니다.

duration
Duration

애니메이션을 시작부터 완료까지 한번 재생하는 데 걸리는 시간입니다. 자세한 내용은 Duration 속성을 참조하세요.

적용 대상

Point3DAnimation(Point3D, Point3D, Duration, FillBehavior)

지정된 기간 동안 지정된 시작 값부터 지정된 대상 값까지 애니메이션 효과를 적용하고 지정된 채우기 동작을 수행하는 Point3DAnimation 클래스의 새 인스턴스를 초기화합니다.

public:
 Point3DAnimation(System::Windows::Media::Media3D::Point3D fromValue, System::Windows::Media::Media3D::Point3D toValue, System::Windows::Duration duration, System::Windows::Media::Animation::FillBehavior fillBehavior);
public Point3DAnimation (System.Windows.Media.Media3D.Point3D fromValue, System.Windows.Media.Media3D.Point3D toValue, System.Windows.Duration duration, System.Windows.Media.Animation.FillBehavior fillBehavior);
new System.Windows.Media.Animation.Point3DAnimation : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Media3D.Point3D * System.Windows.Duration * System.Windows.Media.Animation.FillBehavior -> System.Windows.Media.Animation.Point3DAnimation
Public Sub New (fromValue As Point3D, toValue As Point3D, duration As Duration, fillBehavior As FillBehavior)

매개 변수

fromValue
Point3D

애니메이션의 시작 값입니다.

toValue
Point3D

애니메이션의 대상 값입니다.

duration
Duration

애니메이션을 시작부터 완료까지 한번 재생하는 데 걸리는 시간입니다. 자세한 내용은 Duration 속성을 참조하세요.

fillBehavior
FillBehavior

활성 상태가 아닐 때 애니메이션의 동작을 지정합니다.

적용 대상