VectorKeyFrame 생성자

정의

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

오버로드

VectorKeyFrame()

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

VectorKeyFrame(Vector)

지정된 대상 Value가 있는 VectorKeyFrame 클래스의 새 인스턴스를 초기화합니다.

VectorKeyFrame(Vector, KeyTime)

지정된 대상 ValueKeyTime이 있는 VectorKeyFrame 클래스의 새 인스턴스를 초기화합니다.

VectorKeyFrame()

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

protected:
 VectorKeyFrame();
protected VectorKeyFrame ();
Protected Sub New ()

적용 대상

VectorKeyFrame(Vector)

지정된 대상 Value가 있는 VectorKeyFrame 클래스의 새 인스턴스를 초기화합니다.

protected:
 VectorKeyFrame(System::Windows::Vector value);
protected VectorKeyFrame (System.Windows.Vector value);
new System.Windows.Media.Animation.VectorKeyFrame : System.Windows.Vector -> System.Windows.Media.Animation.VectorKeyFrame
Protected Sub New (value As Vector)

매개 변수

value
Vector

VectorKeyFrame 인스턴스의 Value입니다.

적용 대상

VectorKeyFrame(Vector, KeyTime)

지정된 대상 ValueKeyTime이 있는 VectorKeyFrame 클래스의 새 인스턴스를 초기화합니다.

protected:
 VectorKeyFrame(System::Windows::Vector value, System::Windows::Media::Animation::KeyTime keyTime);
protected VectorKeyFrame (System.Windows.Vector value, System.Windows.Media.Animation.KeyTime keyTime);
new System.Windows.Media.Animation.VectorKeyFrame : System.Windows.Vector * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.VectorKeyFrame
Protected Sub New (value As Vector, keyTime As KeyTime)

매개 변수

value
Vector

VectorKeyFrame 인스턴스의 Value입니다.

keyTime
KeyTime

VectorKeyFrame 인스턴스의 KeyTime입니다.

적용 대상