VectorKeyFrame 생성자

정의

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

오버로드

Name Description
VectorKeyFrame()

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

VectorKeyFrame(Vector)

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

VectorKeyFrame(Vector, KeyTime)

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

VectorKeyFrame()

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

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

적용 대상

VectorKeyFrame(Vector)

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

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

ValueVectorKeyFrame 인스턴스의 형식입니다.

적용 대상

VectorKeyFrame(Vector, KeyTime)

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

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

ValueVectorKeyFrame 인스턴스의 형식입니다.

keyTime
KeyTime

KeyTimeVectorKeyFrame 인스턴스의 형식입니다.

적용 대상